This is a Python script designed for scraping latest restaurant health inspection data for the state of Georgia. This project was solely created for practicing asyncio in Python.
sudo apt update
sudo apt install python3 python3-pip
alias python=python3
alias pip=pip3
git clone git@github.com:cpeoples/georgia-health-scores.git
cd georgia-health-scores
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python main.py