From e530d4e4d841a8038af40449c396daa13e5b44de Mon Sep 17 00:00:00 2001 From: death916 Date: Tue, 23 Dec 2025 03:51:12 -0800 Subject: [PATCH] readme and env sample --- .env.sample | 5 +++++ README.md | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 .env.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..4125edc --- /dev/null +++ b/.env.sample @@ -0,0 +1,5 @@ +QB_USERNAME="username" +QB_PASSWORD="password" +QB_HOST="ip or hostname of qb host" +QB_PORT="port number for qb-ui/server" +QB_DOWNLOAD_PATH="/media/storage/media/books/c2c" diff --git a/README.md b/README.md index e69de29..26f7333 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,7 @@ +# c2cscrape.py + +Uses beautifulsoup4 to scrape torrent links from knaben.org for C2C AM. Sends these torrents to qbittorrent. + +In order to use this script, you must have qbittorrent running on your local machine and have qbittorrent credentials set in the .env file. + +By default adds last 5 torrents to qbittorrent.