2022-03-30 18:11:21 +02:00
|
|
|
# Wulkabot
|
2022-03-30 00:20:47 +02:00
|
|
|
|
|
|
|
Discord bot to help manage the Wulkanowy Discord server built with the
|
|
|
|
[discord.py](https://github.com/Rapptz/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](https://python-poetry.org/docs/#installation)
|
|
|
|
and run
|
|
|
|
|
|
|
|
```
|
|
|
|
poetry install
|
|
|
|
```
|
|
|
|
|
|
|
|
- Run the bot using
|
|
|
|
|
|
|
|
```
|
2022-03-30 18:11:21 +02:00
|
|
|
poetry run python -m wulkabot
|
2022-03-30 00:20:47 +02:00
|
|
|
```
|