- git clone https://github.com/DanThomp507/Github-Scraper.git
- create and start a virtual environment:
python3 -m venv env
source env/bin/activate
- Install all project dependencies:
pip install -r requirements.txt
- run
python main.py
to scrape trending Github repos
- Python 3
- BeautifulSoup
- CSV