{"id":18556691,"url":"https://github.com/valkryst/update_transmission_blocklists","last_synced_at":"2025-07-19T15:02:25.375Z","repository":{"id":142749612,"uuid":"425573902","full_name":"Valkryst/Update_Transmission_Blocklists","owner":"Valkryst","description":"A bash script which downloads one or more blocklists and adds them to Transmission.","archived":false,"fork":false,"pushed_at":"2021-11-27T19:02:38.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-17T11:34:10.722Z","etag":null,"topics":["blocklist","blocklists","transmission","update"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Valkryst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-11-07T17:44:56.000Z","updated_at":"2021-11-27T19:02:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"07056569-a44b-40fe-af96-e64826ef901b","html_url":"https://github.com/Valkryst/Update_Transmission_Blocklists","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FUpdate_Transmission_Blocklists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FUpdate_Transmission_Blocklists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FUpdate_Transmission_Blocklists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Valkryst%2FUpdate_Transmission_Blocklists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Valkryst","download_url":"https://codeload.github.com/Valkryst/Update_Transmission_Blocklists/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254349275,"owners_count":22056312,"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","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":["blocklist","blocklists","transmission","update"],"created_at":"2024-11-06T21:32:55.285Z","updated_at":"2025-05-15T13:33:34.265Z","avatar_url":"https://github.com/Valkryst.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository contains a bash script which downloads one or more blocklists and adds them to Transmission.\n\n## Requirements\n\nTo use this script, you must be running [Transmission](https://transmissionbt.com) on Linux.\n\n## Usage\n\nTo run this script, copy and paste the following commands into your bash terminal.\n\n```bash\n# Install Dependencies\nsudo apt update\nsudo apt install wget\n\n\n\n# Download Script\nsudo wget https://github.com/Valkryst/Update_Transmission_Blocklists/blob/main/update.sh\n\n\n\n# Modify the script's permissions to allow it to be run.\nsudo chmod +x update.sh\n\n\n\n# Run the script\nsudo ./update.sh\n```\n\nThis script supports any number of blocklists in the `.zip`, `.tar.gz`, `.gz`, `.7z`, and `.txt` formats. To add them, update the `blocklists` array with additional URLs as follows:\n\n```bash\nblocklists=(\n\t\"https://example.com/file.zip\",\n\t\"https://example.com/file.tar.gz\",\n\t\"https://example.com/file.gz\",\n\t\"https://example.com/file.7z\",\n\t\"https://example.com/file.txt\"\n)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalkryst%2Fupdate_transmission_blocklists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalkryst%2Fupdate_transmission_blocklists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalkryst%2Fupdate_transmission_blocklists/lists"}