{"id":50724014,"url":"https://github.com/thaikolja/github-repository-watcher","last_synced_at":"2026-06-10T02:31:41.564Z","repository":{"id":325161586,"uuid":"1100072939","full_name":"thaikolja/github-repository-watcher","owner":"thaikolja","description":"Never miss an issue in one of your many repositories on GitHub. Run this Python script once, and you've subscribed to all of your repositories, including those in your organization.","archived":false,"fork":false,"pushed_at":"2025-11-19T20:31:10.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-19T22:12:29.368Z","etag":null,"topics":["github","python","repository"],"latest_commit_sha":null,"homepage":"https://www.kolja-nolte.com","language":"Python","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/thaikolja.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-19T20:00:47.000Z","updated_at":"2025-11-19T20:31:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/thaikolja/github-repository-watcher","commit_stats":null,"previous_names":["thaikolja/github-repository-watcher"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thaikolja/github-repository-watcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaikolja%2Fgithub-repository-watcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaikolja%2Fgithub-repository-watcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaikolja%2Fgithub-repository-watcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaikolja%2Fgithub-repository-watcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thaikolja","download_url":"https://codeload.github.com/thaikolja/github-repository-watcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaikolja%2Fgithub-repository-watcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34134633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["github","python","repository"],"created_at":"2026-06-10T02:31:41.492Z","updated_at":"2026-06-10T02:31:41.552Z","avatar_url":"https://github.com/thaikolja.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Repository Watcher\n\n[![Python](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/) ![GitHub Release](https://img.shields.io/github/v/release/thaikolja/github-repository-watcher?style=flat) ![GitHub License](https://img.shields.io/github/license/thaikolja/github-repository-watcher?style=flat)\n\n**Never miss an issue** in one of your many repositories on GitHub. Run this Python script once, and you've **subscribed to all of your repositories**, including those in your organization.\n\n## Features\n\n- Bulk subscribe to all accessible repositories\n- Supports personal, organization, and collaborator repositories\n- Handles large accounts with pagination\n- Simple status output for each repository\n- Minimal dependencies, fast setup\n\n## Example Output\n\n\u003cimg src=\"https://github.com/user-attachments/assets/da40c043-fbbc-4737-a200-5a88a18e65f1\" alt=\"Output example\" width=\"300\" height=\"auto\" title=\"Output example\" /\u003e\n\n## Requirements\n\n- Python `3.6` or newer\n- `requests` library (`pip install requests`)\n- [GitHub personal access token](https://github.com/settings/tokens) with `repo` scope\n\n## Install \u0026 Usage\n1. Clone this repository and change into the directory:\n\n   ```bash\n   git clone https://github.com/thaikolja/github-repository-watcher.git\n   cd github-repository-watcher\n   ```\n\n2. Create a virtual Python environment (recommended) and switch into it:\n\n   ```bash\n   python3 -m venv venv \u0026\u0026 source venv/bin/activate\n   ```\n\n3. Install the `requests` library:\n\n   ```bash\n   pip install requests\n   ```\n\n4. Edit the top section of the file `main.py` and set your [GitHub token](https://github.com/settings/tokens) starting at line `33`:\n\n   ```python\n   # ========== ENTER YOUR GITHUB ACCESS TOKEN HERE ==========\n   \n   # GitHub personal access token for API authentication\n   # Replace with your token\n   TOKEN: str = \"YOUR_TOKEN_HERE\"\n   \n   # ========== DO NOT MODIFY BELOW THIS LINE ================\n   ```\n   \n5. Run:\n   ```bash\n   python3 main.py\n   ```\n\n## License\nMIT\n\n## Authors\n\n* Kolja Nolte (kolja.nolte@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthaikolja%2Fgithub-repository-watcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthaikolja%2Fgithub-repository-watcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthaikolja%2Fgithub-repository-watcher/lists"}