Skip to content

Instantly share code, notes, and snippets.

View l1pz's full-sized avatar

Máté Molnár l1pz

  • Vadalarm
  • Budapest
View GitHub Profile
@l1pz
l1pz / torrentwatcher.py
Created April 3, 2020 13:00
qBittorrent - download next torrent after the recent one finished moving
#!/usr/bin/env python3
import requests
import json
import random
authUrl = 'http://yourwebuiurl/api/v2/auth/'
torrentsUrl = 'http://yourwebuiurl/api/v2/torrents/'
cookies = {'SID': 'nologin'}