For EarthxHack 2018: https://devpost.com/software/ecopulse
UI demo: https://codepen.io/jaflo/full/MGayZy/
- Install python-virtualenv
- Add API_KEY.txt to the scrapers/ folder with a Google Maps API key
virtualenv env
source env/bin/activate
pip install djangorestframework markdown coreapi django beautifulsoup4 matplotlib tqdm
cd server
python manage.py makemigrations core
python manage.py migrate
python manage.py migrate --run-syncdb
cd ..
python scrapers/districts.py
python scrapers/city-council.py
python scrapers/garbage-complaints.py
python scrapers/recycling-complaints.py
- Run
python server/manage.py runserver - Open this page in your browser
- Proper checks for search returning out of district results
- Update district information on typed input (works on click)
