mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-29 03:09:53 +02:00
Document usage of rss.py (at least how it's expected to be used)
[skip ci]
This commit is contained in:
6
rss.py
6
rss.py
@@ -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
|
||||||
|
Reference in New Issue
Block a user