- Create and activate your virtual environment.
- Add
GITHUB_ACCESS_TOKEN
in .env or replit secrets. - Run the following command for installing packages:
pip install -r requirements.txt
- Paste csv data from maintainers scraper data into input.csv
- Run the python script using:
python script.py
- Your data gets stored in output.csv file, open it using Google Sheets or MS Excel.