No description
Find a file
2024-01-30 21:12:57 +00:00
.github/workflows Add workflow_dispatch trigger 2023-07-22 14:52:50 +02:00
tests/cogs Fix a typo in tests 2022-06-07 20:53:21 +02:00
wulkabot add new FAQ entry 2023-09-09 16:39:51 +02:00
.gitignore Add black, isort and pyright checks to CI job (#2) 2022-06-04 15:10:25 +02:00
docker-compose.yaml Change env variable names and format 2022-12-02 22:38:57 +01:00
Dockerfile update dependencies 2023-06-19 13:09:19 +02:00
example.env Add iOS request detection 2022-04-27 00:16:40 +02:00
LICENSE Initial commit 2022-03-30 00:43:17 +02:00
poetry.lock Bump aiohttp from 3.8.5 to 3.9.2 (#8) 2024-01-30 21:12:57 +00:00
Procfile Rename Procfile.txt to Procfile (#3) 2022-06-06 14:12:41 +02:00
pyproject.toml Bump aiohttp from 3.8.5 to 3.9.2 (#8) 2024-01-30 21:12:57 +00:00
README.md Rename the project to Wulkabot 2022-03-30 18:11:21 +02:00

Wulkabot

Discord bot to help manage the Wulkanowy Discord server built with the discord.py library

Getting started

  • git clone the repo

  • Fill out the example example.env file and rename it to .env

  • This project uses Poetry to manage it's dependencies. To install required dependencies install Poetry and run

    poetry install
    
  • Run the bot using

    poetry run python -m wulkabot