Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/molly/snowbot
A Twitter bot that tells you the forecast for Boston, but more importantly tells you when that forecast changes.
https://github.com/molly/snowbot
forecast python twitter twitter-bot
Last synced: about 2 months ago
JSON representation
A Twitter bot that tells you the forecast for Boston, but more importantly tells you when that forecast changes.
- Host: GitHub
- URL: https://github.com/molly/snowbot
- Owner: molly
- License: mit
- Created: 2015-02-16T22:07:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T01:28:31.000Z (almost 3 years ago)
- Last Synced: 2024-04-18T06:04:48.423Z (9 months ago)
- Topics: forecast, python, twitter, twitter-bot
- Language: Python
- Homepage: https://twitter.com/BostonSnowbot
- Size: 94.7 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snowbot
A Twitter bot that tells you the snow forecast, but more importantly tells you when
that forecast changes. It uses the
[weather.gov API](https://www.weather.gov/documentation/services-web-api).It's basically a more push than pull version of my existing habit of checking the
forecast every few hours in the winter months.If you would like to run a version of this for your city, feel free! Just update the
information in config.py, and copy a version of secrets_template.py to secrets.py and
update with your own Twitter app secrets. To find the office and grid x/y coordinates
for your location, hit this endpoint with your latitude/longitude and copy the
"officeID", "gridX", and "gridY" values from the response. Be sure to disable the
french toast level behavior if you're not in Boston, or it will make no sense.Find me at https://twitter.com/BostonSnowbot!