Discord chat bot that works for SB
specify in env variables or in .env file inside project root
| Key | Value |
|---|---|
TOKEN |
discord authentication token |
INSPIRATIONAL_MESSAGE_CHANNEL_ID |
channel id that should get daily inspirational message |
MARKOV_CHANNEL_BLACKLIST |
bot cannot eavesdrop here (separator=;) |
RANDOM_MARKOV_MESSAGE_CHANNEL_ID |
channel id that should get random markov message |
works for python3.8 so newer versions should work too
python3.8 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
python main.pypython3.8 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.dev.txt
pre-commit install
python main.py