Skip to content

AleksaMilosevic07/WeatherBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherBot

A simple Python app for checking the weather, with Discord webhook integration. Every time you request to see informatio about a city, it also sends information to the discord webhook.

Capabilities

The app uses OpenWeatherMap API to fetch current weather data for any city. The data is displayed in the terminal and also sent to a Discord webhook of your choice. It contains a simple JSON-based config file for persistent settings You are able to test your connection, request data as well as configure your config file directly from the app.

How to use

  • Create an account on OpenWeatherMap
  • Generate an API key
  • Run the setup function in the app, put your API key in there and discord webhook, if you have one
  • Run the test function and make sure everything is working, you are good to go!

Planned features

  • Automatic scheduling, send updates to Discord webhook in a scheduled user-defined intervals
  • Weather forecast and alerts for severe weather conditions
  • Error handling
  • Discord responses in pretty embeds

About

Simple python app that lets you check the weather, with discord webhook integration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages