https://github.com/samrap/weatherman-slackbot
A Slackbot for retrieving weather information.
https://github.com/samrap/weatherman-slackbot
Last synced: 12 months ago
JSON representation
A Slackbot for retrieving weather information.
- Host: GitHub
- URL: https://github.com/samrap/weatherman-slackbot
- Owner: samrap
- License: mit
- Created: 2018-07-26T23:22:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T23:22:32.000Z (almost 8 years ago)
- Last Synced: 2025-04-21T08:13:59.998Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Weatherman Slackbot
A Slackbot for retrieving weather information.
This bot uses [Spacy](https://spacy.io) for natural language processing and [OpenWeatherMap](https://openweathermap.org) for retrieving weather information.
NLP is used to determine the location the user wants weather information for, as well as determining if they are looking for current weather or a forecast. It allows the user to speak to the weatherman naturally, rather than requiring a specifically formatted message.
This bot uses the `en_core_web_lg` Spacy dataset.
**Note:** This is experimental
## Examples

## Roadmap
- [x] Respond to basic weather and temperature queries
- [ ] Respond to a forecast request
- [ ] Respond to requests for weather at a future date or time