{"id":16406617,"url":"https://github.com/odino/github-unwatch","last_synced_at":"2026-05-06T13:32:57.570Z","repository":{"id":138005475,"uuid":"123992687","full_name":"odino/github-unwatch","owner":"odino","description":"Unsubscribe / unwatch a whole bunch of github repositories.","archived":false,"fork":false,"pushed_at":"2018-03-05T23:34:26.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-05T15:43:43.719Z","etag":null,"topics":["api","bash","github","github-api","shell","unwatch"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/odino.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":"2018-03-05T23:34:09.000Z","updated_at":"2022-07-19T23:04:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ae1ac9f-d904-4b63-9400-feedcdb68814","html_url":"https://github.com/odino/github-unwatch","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/odino%2Fgithub-unwatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odino%2Fgithub-unwatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odino%2Fgithub-unwatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/odino%2Fgithub-unwatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/odino","download_url":"https://codeload.github.com/odino/github-unwatch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240380486,"owners_count":19792299,"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":["api","bash","github","github-api","shell","unwatch"],"created_at":"2024-10-11T06:10:25.425Z","updated_at":"2026-05-06T13:32:57.525Z","avatar_url":"https://github.com/odino.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-unwatch\n\nUnsubscribe from watching a whole bunch of github repositories. This is a simple\nshell script that automates something that'd be tedious to do manually...\n\n## Usage\n\nSet these env variables:\n\n```\nGH_USER: username\nGH_TOKEN: access token for the github API\nGH_PAGES: no. of pages in the subscription API, you can find it via curl -H \"Authorization: token $GH_TOKEN\" https://api.github.com/users/$GH_USER/subscriptions | grep Link\n```\n\nThen generate a list of all repos you're subscribed to:\n\n```\n$ ./github-unwatch.sh list_repos \u003e list.txt\n```\n\nExamine the list and **delete repos you still want to watch** -- everything within\nthe list will be un-watched.\n\nNow run the `unsubscribe` command and watch it free your GH inbox:\n\n```\n$ cat list.txt | ./github-unwatch.sh unsubscribe\nUnsubscribed from:\n - odino/some\n - odino/thing\n - odino/else\ndone.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodino%2Fgithub-unwatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodino%2Fgithub-unwatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodino%2Fgithub-unwatch/lists"}