A funny little bot to create Tegaki sessions on Discord and post the results.
First, clone and enter this repo:
$ git clone https://github.com/nukelet/tegaki-discord-bot --recurse-submodules
Make sure you have Python installed:
$ python3 --version
Create a virtual environment:
$ python3 -m venv .venv
Enter the virtual environment:
$ source .venv/bin/activate
Install the dependencies:
$ pip install -r requirements.txt
Make sure that you're within the virtual environment:
$ source .venv/bin/activate
Provide the Discord token
for the bot in a .env
file (you can find an example in the
.env.example) file:
DISCORD_TOKEN=<your-token-here>
Run the bot:
python3 main.py
If everything goes well you should see a message such as
Logged in as tegaki#XXXX