Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabfl/fork-watcher
https://github.com/gabfl/fork-watcher
github-api python3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabfl/fork-watcher
- Owner: gabfl
- License: mit
- Created: 2018-12-13T15:30:42.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T02:32:52.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T02:12:31.314Z (7 months ago)
- Topics: github-api, python3
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fork-watcher
This simple tool loops thru your repositories and watches all forks.
## Usage
Generate a Github token at https://github.com/settings/tokens and select the following scopes:
* `repo -> public_repo`
* `notifications`
Export the token and run the program:```bash
export GH_TOKEN=some_token
python3 fork-watcher.py
```## Example:
```bash
$ export GH_TOKEN=some_token$ python3 fork-watcher.py
You are currently watching 27 repos
* repo: dbschema
...watching TheLady/dbschema -> success
* repo: mysql_generate_series
...watching Youlina3/mysql_generate_series -> success
...watching blackberry-bb/mysql_generate_series -> success