Skip to content
/ W34TH3R Public

Discord weather report bot written as a part of my engineering thesis

Notifications You must be signed in to change notification settings

B0G3/W34TH3R

Repository files navigation

Discord weather bot written in discord.js as a uni project. It uses mongodb as its database and openweathermap api to access weather data.

To use it create a new file botsettings.json and fill it with appropriate data:

{
	"discord_token": "",
	"owm_token": "",
	"prefix": "w!",
	"mongodb_srv": "",
	"guild": ""
}

Use npm run to run it.

About

Discord weather report bot written as a part of my engineering thesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published