Document usage of rss.py (at least how it's expected to be used)

[skip ci]
This commit is contained in:
lifehackerhansol 2023-04-13 01:44:57 -07:00
parent 568b14f2ec
commit 4f5225535e
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

6
rss.py
View file

@ -8,8 +8,12 @@
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
# #
#
# Python Script for generating an rss.xml for the Guide. Requires bencodepy from pypy. # 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 os
import hashlib import hashlib