Obtain your github stars in 1 click - a simple CLI and GUI to get your github stars in a list. Works on any operating system that can run python. Export in txt, csv, or markdown.
>python fetch_stars_gui.py
python fetch_stars_cli.py --username githubuser --token ghp_xxxxxxxxxxxxx --output filename --format txt`
Example:
python fetch_stars_cli.py --username octocat --token ghp_1234567890abcdef --output stars.txt --format txt
CLI Arguements
| Argument | Description |
|---|---|
--username |
GitHub username |
--token |
GitHub personal access token |
--output |
Output filename |
--format |
Output format: csv or txt (default: markdown) |