-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration of AddqBittorrentTrackers to Python version #1
Comments
Check out https://docs.python.org/3/library/venv.html I'll commit what I have so far into a branch |
Here is an example of like a super simple script that just checks that connection status of qbit and sends me an apprise notification if its not connected. You do have to install qbittorrent-api but its easy to do in the venv and then you just keep using that venv going forward.
|
Yep, I know venv, already used it, but only to run projects that are not mine, maybe I don't know it well as it is explained in the pages you listed, I have always used it in a very basic way, as I told you I am not a big python expert. as a start we can I would say it is ok. any ideas? How does the python logic work? This is where I get into difficulty! |
Which logic? |
I mean the bash file, it starts with the first |
check out the latest commit on the pr, the main function will have the bulk of the logic, and argparse will allow for arguments but the defaults will be whats at the very top of the script if nothing is passed in. Been busy so haven't made much progress and I'm really just going line by line for now so i'll see how far I get with that |
Ciao, quiet no problem, I've been busy too, these days I'll look and try to understand the logic too |
Ciao, here we go!
Any idea to start? Ok, from here but how to set up the work?
The text was updated successfully, but these errors were encountered: