Skip to content

1313-Mockingbird-Lane/school-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

school-data

Installing dependencies

As always its probably best to isolate the app within a virutalenv. Install virutalenv if needed:

pip install virutalenv

Create a virutalenv, activate it, and install requirements.txt

virutalenv venv
source venv/bin/activate
pip install -r requirements.txt

Download the school data and convert to line seperated json

python get_school_data.py

View top of output file:

head -n5 schools.lsjson

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages