Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasteph/weather-bot
For Zulip. Returns weather given a location and time.
https://github.com/kasteph/weather-bot
chatbot python zulip
Last synced: about 1 month ago
JSON representation
For Zulip. Returns weather given a location and time.
- Host: GitHub
- URL: https://github.com/kasteph/weather-bot
- Owner: kasteph
- Created: 2014-10-13T17:24:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-21T20:20:34.000Z (almost 10 years ago)
- Last Synced: 2024-12-07T12:02:52.680Z (about 1 month ago)
- Topics: chatbot, python, zulip
- Language: Python
- Homepage:
- Size: 157 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
weather-bot
---------------
For Zulip. translation-bot's sibling. Made with [Victor Felder](http://github.com/vhf).Uses [forecast.io](http://forecast.io) for getting the weather and [geocoder](https://github.com/DenisCarriere/geocoder)
for geocoding the locations.usage
-----
`@**Weather** [when] in [location]` or `weather [when] in [location]` where `[when]`
is `now`, `today`, `tomorrow`, or `week`, and `location` is the name of the place.If the query is only `@**Weather**`, `weather`, or `[@**Weather**|weather] [when]`,
it defaults to returning the weather of 455 Broadway, New York, NY.![Screenshot](http://i.imgur.com/YcOKZcV.png)