https://github.com/ayush--s/gh_stars_export
Exports list of all your starred Github repos to a json file
https://github.com/ayush--s/gh_stars_export
backup github github-stars
Last synced: 2 days ago
JSON representation
Exports list of all your starred Github repos to a json file
- Host: GitHub
- URL: https://github.com/ayush--s/gh_stars_export
- Owner: ayush--s
- License: mit
- Archived: true
- Created: 2018-05-27T19:20:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T19:45:23.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T11:39:33.355Z (6 months ago)
- Topics: backup, github, github-stars
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 27
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ayush--s/gh_stars_export - Exports list of all your starred Github repos to a json file (Python)
README
Exports list of all your starred Github repos to a json file.
## install:
```
pip3 install gh_stars_export
```## usage
```
$ gh_stars_export -o gh_stars.json --token x35b2rb37x6rbf328xnrr8rxnf23r83f
```or
```
$ export GITHUB_TOKEN=x35b2rb37x6rbf328xnrr8rxnf23r83f$ gh_stars_export -o gh_stars.json
```## FAQ:
1. Where to get the github token from?
Ans. [https://github.com/settings/tokens/new](https://github.com/settings/tokens/new)
make sure you give the gist permission if you want to use the backup to gist feature.