Weather-Bot
A Discord Weather Bot that gives the user information on weather reports in their region and suggests helpful measures.
## About the bot
This project is a submission for "MLH Not University hacks" hackathon. Its sole purpose is to make it easy for the user to handle situations of severe weather. In favour to this, my bot also offers suggestions to the user based on the weather information fetched.
The Discord bot is a simple weather bot that integrates AccuWeather's API Service to fetch weather information in a region. it is coded using the discord.py library.
Local Setup Instructions
- Clone the entire repository
- Create a discord bot using https://discord.com/developers. Create your application and bot to get your bot's unique Api key.
- Invite your bot to your desired server.
- Now get your AccuWeather api key at https://developer.accuweather.com/
- Paste your API keys in the .env file like:
Token = '<YOUR Discord API KEY GOES HERE>' weather_api ='<YOUR AccuWeather API>' - Once you run your bot you are good to go ahead and use the bot.
Tools used for developement
- VScode as an IDE
- Postman for API testing
- Discord, of course
- Coffee machine 😜
Contact Details
Nitin Ravi nitinravi18@gmail.com
Built With
- accuweather
- discord
- python
Log in or sign up for Devpost to join the conversation.