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
1 changed files with 5 additions and 1 deletions

6
rss.py
View File

@ -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