discord bot to implement songwhip's api in-app
With config.json
:
{
"bot_token": "put your bot token here"
}
Then run as normal.
With environment variables, pass in the following:
BOT_TOKEN="bot token here"
Install poetry 1.8.x, then install the dependencies and run the bot:
poetry install
poetry run python3 main.py
Press this funny button:
A Docker image is available here:
ghcr.io/ryleu/discord-songwhip:latest