The mystical Lorelei is a Discord Tarot reading bot.
Lorelei is created using the Python Discord API. To get Lorelei up and running you need to create a Python virtual environment. Activate the virtual environment and install the required modules using the Python package manager pip
.
python -m pip install -r requirements.txt
You will also need to create a Discord bot account. Check the Discord documentation for instructions.
To make the bot log in to the bot account, copy the .env.default
file to .env
and add the application token found on the bot page of the application dashboard.
cp .env.default .env
To start the bot run the client.py
file. You should see the bot account come online.
python client.py
To interact with the bot @mention the bot in a channel that the bot account has access to. It will ask you whether you would like to have a tarot reading and ask you some questions. Make sure to @mention the bot in your responses.