Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richtan/qbit-utils

Fixes errored Qbit entries
https://github.com/richtan/qbit-utils

Last synced: about 2 months ago
JSON representation

Fixes errored Qbit entries

Awesome Lists containing this project

README

        

# Qbit Utils
This program is used to stop torrents from rechecking in Qbittorrent, which can take a long time

# Python dependencies:
- python-dotenv
- qbittorrent-api

# Usage:
- Git clone this repository
- Install Python 3 and place it in your PATH environment variable
- Install the python dependencies
- Copy .env.example to .env
- Replace values with actual values to reflect your system's settings
- QBIT_URL: Go to Qbittorrent > Settings > Web UI > Port. The value to use in .env is "localhost:<portnumber>"
- QBIT_APPDATA_PATH: https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions#Where_does_qBittorrent_save_its_settings
- Run main.py with python 3