https://github.com/cedws/watchallrepos
A Python script to watch your repositories (and any that you have push access to) if didn't enable the option to auto-subscribe when starting to use GitHub.
https://github.com/cedws/watchallrepos
github python script
Last synced: 7 months ago
JSON representation
A Python script to watch your repositories (and any that you have push access to) if didn't enable the option to auto-subscribe when starting to use GitHub.
- Host: GitHub
- URL: https://github.com/cedws/watchallrepos
- Owner: cedws
- License: gpl-3.0
- Created: 2019-04-14T23:33:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T15:08:55.000Z (over 2 years ago)
- Last Synced: 2025-03-02T00:59:23.218Z (11 months ago)
- Topics: github, python, script
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# watchallrepos
A Python script to watch your repositories (and any that you have push access to) if didn't enable the option to auto-subscribe when starting to use GitHub. The script won't *unsubscribe* you from anything, so if you don't want to watch forked repos, pass the correct parameter (`-s`).
# Usage
- Install the dependencies: `pip install -r requirements.txt`
- See a list of parameters: `./watchallrepos.py -h`
- [Create a personal access token (requires full repo and notification permissions)](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)
- Run the script: `GITHUB_PA_TOKEN= ./watchallrepos.py`