Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 677 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 677 Bytes

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