A script to scrape data and upload to Google Sheets using their API
- create virtual environment
- Unix
python3 -m venv env
- Windows
py -3 -m venv env
- activate virtual environment
source env/bin/activate
- install dependencies
pip install -r requirements.txt
- run main.py