Skip to content

Save your GitHub stars to a CSV file with this quick script.

Notifications You must be signed in to change notification settings

haydenw-uk/SaveTheStars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Save The Stars (GitHub User Stars --> CSV File)

Requirements (can be PIP installed)

  • requests
  • csv

Set-up a Personal Access Token (PAT)

  1. Sign in to your GitHub account.
  2. Navigate to Settings > Developer settings > Personal access tokens > Generate new token.
  3. Enter a token description e.g. Save The Stars
  4. Select scopes or permissions you wish to grant this token (can leave as default option)
  5. Click Generate token.
  6. Copy the token immediately; it's shown only once.

Usage

  1. Navigate to Save The Stars directory in terminal
  2. Execute python3 extract_stars.py
  3. Enter your username and PAT when prompted
  4. ... Done

Hayden Williams - 2024

About

Save your GitHub stars to a CSV file with this quick script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages