Show members' timezone and each local time.
- slackclient
- requests
$ pip install -r requirements
- Slack Token
- https://openweathermap.org API Key
$ export SLACK_TOKEN="xoxb-xxxx"
$ export WEATHER_TOKEN="xxxxxxxxxxx"
$ python main.py
- Print name of the day
- Print weather of the timezone
- Add more trigger word
- Add Supervisor environments
- Add Dockerfile