Skip to content

erikmakela/github_stars_fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

⭐ Github Star List Fetcher ⭐

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.

Github Token Reccomended due to rate limiting.

GUI Start with command line:

>python fetch_stars_gui.py
image

CLI Start with command line:

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)

About

Obtain your github stars in 1 click

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages