Skip to content

Georgia Health Scores 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.

Notifications You must be signed in to change notification settings

cpeoples/georgia-health-scores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Georgia Health Scores 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages