{"id":13585534,"url":"https://github.com/blind-oracle/transmission-trackers","last_synced_at":"2025-09-02T16:58:44.912Z","repository":{"id":38550142,"uuid":"165718672","full_name":"blind-oracle/transmission-trackers","owner":"blind-oracle","description":"Script to automatically add trackers from a list to all torrents in Transmission","archived":false,"fork":false,"pushed_at":"2025-03-07T13:57:14.000Z","size":49,"stargazers_count":129,"open_issues_count":4,"forks_count":29,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-07T10:35:59.109Z","etag":null,"topics":["script","trackers","transmission","update"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blind-oracle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-14T19:08:35.000Z","updated_at":"2025-03-15T13:28:16.000Z","dependencies_parsed_at":"2024-01-15T03:59:25.717Z","dependency_job_id":"aa50d69a-b1ca-4419-a9a5-2db1e45aa8bc","html_url":"https://github.com/blind-oracle/transmission-trackers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blind-oracle/transmission-trackers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blind-oracle%2Ftransmission-trackers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blind-oracle%2Ftransmission-trackers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blind-oracle%2Ftransmission-trackers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blind-oracle%2Ftransmission-trackers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blind-oracle","download_url":"https://codeload.github.com/blind-oracle/transmission-trackers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blind-oracle%2Ftransmission-trackers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273317756,"owners_count":25084037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["script","trackers","transmission","update"],"created_at":"2024-08-01T15:04:59.911Z","updated_at":"2025-09-02T16:58:44.891Z","avatar_url":"https://github.com/blind-oracle.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# transmission-trackers\nScript to automatically add trackers from a list to all torrents in Transmission.\nThis allows to get more peers to download/upload from/to.\n\nFeatures:\n* Download lists of trackers from any number of URLs and cache them locally. The cache will only be updated after the specified time passes (e.g. once a day)\n* Check if trackers obtained from remote URLs are resolvable in DNS\n* Load additional local tracker lists\n* Remove duplicates so that only unique hosts and IPs are used: if two or more URLs point to the same hostname or the hostname resolves to the same IP - only one URL will be loaded\n* Optionally filter torrents by status (seeding, stopped etc)\n* Compare the current tracker list of a torrent with the required one and only update Transmission if they don't match\n\nTracker list format:\n* One tracker URL per line\n* Empty lines are ignored\n* Only `http[s]://` and `udp://` trackers are loaded (Transmission does not support WebSocket trackers AFAIK)\n\nRequirements:\n* Should work with both Python 2.7 and 3.x, although there may be problems with logging in Python2 due to different unicode handling, I don't want to fix that :)\n* *transmissionrpc* Python module\n\nUsage:\n* Get *transmissionrpc*: ```pip[3] install transmissionrpc``` (or using any other method)\n* Put the *transmission-trackers.py* script somewhere\n* Make sure that the right Python interpreter is used (it's *python3* by default)\n* Adjust the host/port/credentials to access the Transmission RPC inside the script\n* Add your URLs and local files to the appropriate lists in the script\n* Adjust other parameters if needed (see comments)\n* Make the script run by cron e.g. every minute\n* You're done\n\nCron Setup:\n* Open Crontab using crontab -e\n* For Updating Trackers to Every New Torrent Every 15 Minutes Add: */15 * * * * /usr/bin/sh [path]]/transmission-trackers-auto-cron.sh\n* Modify the transmission-trackers-auto.sh file as per your needs. We have provided two options, transmission-daemon \u0026 docker","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblind-oracle%2Ftransmission-trackers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblind-oracle%2Ftransmission-trackers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblind-oracle%2Ftransmission-trackers/lists"}