Skip to content

A Python-based Discord bot running on Docker to provide weather forecast information โ›…๐Ÿค–

Notifications You must be signed in to change notification settings

Pexers/docker-weather-forecast-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Weather Forecast Bot โ›…๐Ÿค–

A Python-based Discord bot running on Docker to provide weather forecast information.

Setting up the Docker environment

  1. Install Docker Desktop. Alternatively, you can install the Docker Engine.
  2. Proceed to build the Docker image.
    $ docker build -t weather-forecast-bot:latest ./
  3. Start a new container for the newly built image. Set the following runtime arguments:
    $ docker run weather-forecast-bot:latest --discord_token=DISCORD_TOKEN
    โ‹ฎ
    WeatherBot#0000 is now running!

Discord commands

(Work in progress)

Command Description
!weather/country/COUNTRY_NAME Provides the current temperature in COUNTRY_NAME, in degrees Celsius.
!help Provides information on built-in commands.

References

About

A Python-based Discord bot running on Docker to provide weather forecast information โ›…๐Ÿค–

Topics

Resources

Stars

Watchers

Forks