Skip to content

Parse Waste collection data for Region of Peel and create i-Cal file from it. No more mixing up of garbage and recycles.

License

Notifications You must be signed in to change notification settings

justinjk007/Peel-Region-Waste-Cal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Make a new virtual environment and Install requirements, requires python 2.7

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

deactivate # To deactivate environment after use

To run the server

export FLASK_APP=app.py
flask run

Import the Waste disposal calendar.ics into your calendar. I suggest creating new calendar anywhere because loaded file cannot be unloaded.

Get your referrer url from here: http://www.peelregion.ca/waste-scripts/when-does-it-go/

App was deployed here: https://waste-cal.herokuapp.com/

TODO: Move to Python 3

About

Parse Waste collection data for Region of Peel and create i-Cal file from it. No more mixing up of garbage and recycles.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published