https://github.com/theskyinflames/weatherbot
This is a bot that publishes tweets with the forecast for a given zone
https://github.com/theskyinflames/weatherbot
golang golang-examples golang-library openweathermap openweathermap-api theskyinflames twitter twitter-api twitter-bot weather-app
Last synced: 8 months ago
JSON representation
This is a bot that publishes tweets with the forecast for a given zone
- Host: GitHub
- URL: https://github.com/theskyinflames/weatherbot
- Owner: theskyinflames
- License: apache-2.0
- Created: 2019-02-02T16:39:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T08:13:44.000Z (over 5 years ago)
- Last Synced: 2025-01-05T17:11:51.442Z (9 months ago)
- Topics: golang, golang-examples, golang-library, openweathermap, openweathermap-api, theskyinflames, twitter, twitter-api, twitter-bot, weather-app
- Language: Go
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Twitter bot
This is a bot that publishes tweets with the current weather for the configure city. These tweet publishing is done in intervals of times configured in seconds.The weather service employed is [https://openweathermap.org/](https://openweathermap.org/)
See [./weather.sh](./weather.sh) file to see which environment variables must be set to make this service work.