JohnDoee / autotorrent2

Cross-seed matching and torrent lifecycle tool
https://johndoee.github.io/autotorrent2/
MIT License
142 stars 10 forks source link

Make windows installation instructions #16

Open JohnDoee opened 2 years ago

pythonkenyard commented 1 year ago

This is pip installable. Assuming you have python and everything installed already.
open command (windows + R, type cmd and hit enter)

run these two commands.
"pip install autotorrent2"

"at2 check-config"

this creates a blank config file at your userprofile location.
%appdata%\autotorrent\config.toml

open the config and edit. use this as a guide.
https://github.com/JohnDoee/autotorrent2/blob/master/config.example.toml

idk how necessary paths are. the main thing it seems to use is qbittorrent or rutorrent interface. after that whatever path you are in in command line is what it seems to scan.

run with at2 it shows you possible commands. e.g. at2 check-config at2 find-unseeded
at2 ls <- very useful.