The goal of this project is to pull the River Gauge Data from wateroffice.ec.gc.ca and tweet the water level
- You will need to create a Twitter Account and get Application Tokens
https://apps.twitter.com/app - Insert the generated keys in auth.json
- Modify the stationList to include the River Gauge you are interested in
- Setup a Cron Scheduling Job on your server
- Happy Tweeting
Example Command line:
python river.py --StationName=Britannia --debugMode=0
StationName:
Currently we support any Gov of Canada Water Office. Simply modify the stationList.json, description.json
TestMode:
Make sure to set debugMode to 1 otherwise you will be tweeting!