Skip to main content

Tools to manage Gazelle tracker user account

Project description

Supported:

  • Gazelle trackers

  • transmission-remote

from trackers import Tracker, Seedbox

# Tracker
mytracker = Tracker(username='john', password='password',
                    root_url='http://mytracker.com',
                    login_url='http://mytracker.com/login.php',
                    main_url='http://mytracker.com/torrents.php',
                    tools_server='tools.mytracker.com',
                    cookies_file="mytracker.cookie")
mytracker.login()

# Seedbox
myseedbox = Seedbox(seed_dir="/home/myuser/Downloads/")
myseedbox.add_torrent("http://mytracker.com/mytorrent.file.torrent")
myseedbox.move_to_seed_dir("mytorrent.file")
myseedbox.verify_last_transmission_id()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

trackertools-0.0.8-py2-none-any.whl (7.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page