Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.24 KB

Georgia Health Scores

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.

Technology


python aiohttp beaupy

How to Install and Run Locally

Python Installation

sudo apt update
sudo apt install python3 python3-pip

Alias

alias python=python3
alias pip=pip3

Install Dependencies and Setup Virtual Environment

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

Execute

python main.py