Qbittorrent cleaner that deletes torrents based on age, categories, domains and tags.
Go to file
2022-07-14 19:03:06 -05:00
config.json.example copied from private repo 2022-07-14 19:03:06 -05:00
qbit-maid.py copied from private repo 2022-07-14 19:03:06 -05:00
qlist.py copied from private repo 2022-07-14 19:03:06 -05:00
qlogging.py copied from private repo 2022-07-14 19:03:06 -05:00
qprocess.py copied from private repo 2022-07-14 19:03:06 -05:00
README.md copied from private repo 2022-07-14 19:03:06 -05:00
tracker-whitelist.json copied from private repo 2022-07-14 19:03:06 -05:00

qbit-maid

The objective is to filter torrents based on the following criteria:

  • tracker domain name
  • age
  • ratio
  • state

The first file shall contain an client to the qbit api and the processing of the torrents. qbit-clean.py

The second file shall contain functions to build out a list of torrents. qlist.py

The third file shall contain logging and email communication. qlogging.py

The fourth file shall be logic to process torrents. qprocess.py