Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 416 Bytes

File metadata and controls

11 lines (9 loc) · 416 Bytes

Github Scraper

How to use

  1. Create .env file in the repo root dir with:
  • GITHUB_TOKEN - your github token api
  • GITHUB_REPO - repository name
  • GITHUB_FILE - file path to the file that should be scrapped
  1. Create python venv and run pip install -r requirements.txt

Install pre-commit

Run pre-commit install in the root repo directory to establish pre-commit for code formatting and checking