Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 891 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 891 Bytes

WeatherBot

A discord weather bot that checks the current weather from any CITY in the world.

Installation

Run the following command to get started:

python setup.py build

Then visit both URLS below and sign up to get your API keys.

https://home.openweathermap.org/users/sign_up
https://locationiq.com/register

Place each API key in the settings file by editing settings.json with a text editor.

Next get your bot token from:

https://discord.com/developers/applications

Create an application and then click the bot tab. Click create bot and copy and paste the BOT TOKEN into weather.py

Usage

The default prefix is $ To use the bot run $weather {A city name} This will return an embed with information about the weather in that city.

Getting Help

If you need help please message me on Discord: Kilian#1234 or just create an issue in this repository.