Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 671 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 671 Bytes

cormorant

Source code for the tymas discord server bot, which has /join /leave /color and /weather commands. Join and leave are for pingable roles for coordination of games and the like or updates on particular topics. Color is for assigning nick colors. Weather provides current conditions, today's forecast, and the weekly forecast using open-meteo.

Running via docker-compose

  1. Make a secrets.env in the following format:
appid=yourappid
authtoken=yourtoken
  1. Copy the included docker-compose.yml file from the root of this repo
  2. Replace the env_file path in the docker compose file with the path to your secrets.env
  3. docker-compose up