Document usage of rss.py (at least how it's expected to be used)
[skip ci]
This commit is contained in:
parent
568b14f2ec
commit
4f5225535e
1 changed files with 5 additions and 1 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue