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