Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.3 KB

README.md

File metadata and controls

29 lines (25 loc) · 1.3 KB

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