1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-28 10:49:58 +02:00

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

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