https://github.com/s12v/weather-bot
Example AWS Lex bot
https://github.com/s12v/weather-bot
aws-lambda aws-lex facebook-messenger-bot serverless
Last synced: 9 months ago
JSON representation
Example AWS Lex bot
- Host: GitHub
- URL: https://github.com/s12v/weather-bot
- Owner: s12v
- Created: 2017-07-02T13:16:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T14:12:57.000Z (almost 9 years ago)
- Last Synced: 2025-06-01T04:00:57.660Z (11 months ago)
- Topics: aws-lambda, aws-lex, facebook-messenger-bot, serverless
- Language: Python
- Homepage: https://www.facebook.com/SimpleWeatherBot/
- Size: 24.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/s12v/weather-bot)
# Weather Bot
This bot is integrated with Facebook and can:
- tell you about current weather conditions in specified place
- send a recent photo from a nearby webcam
- provide historical data about weather, for example you can ask "Weather in Barcelona on 10th of October"
- provide forecasts, e.g. "weather in Berlin tomorrow morning", "Sunday evening" and so on.

It uses Google Geocode and Timezone, [DarkSky](https://darksky.net/dev/) weather, and [Webcams.travel](https://www.webcams.travel/api/) APIs.
## How to run it
### Install modules
```
pip install -r requirements.txt --target=.
```
### Run tests
```
python3 -m unittest discover -v
```
### Deploy
```
serverless deploy
```