From 4f5225535e2a67f097213c1fa543853aafa74a46 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Thu, 13 Apr 2023 01:44:57 -0700 Subject: [PATCH] Document usage of rss.py (at least how it's expected to be used) [skip ci] --- rss.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rss.py b/rss.py index 6ff5c2ac3a..a1bbcfac44 100644 --- a/rss.py +++ b/rss.py @@ -8,8 +8,12 @@ # SPDX-License-Identifier: MIT # +# # Python Script for generating an rss.xml for the Guide. Requires bencodepy from pypy. - +# Usage: +# - place all torrent files in a `torrents` folder, including all that already exist +# - run the script +# import os import hashlib