/discord-songwhip

discord bot to implement songwhip's api in-app

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

discord-songwhip

discord bot to implement songwhip's api in-app

usage

configuration

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"

running without docker

Install poetry 1.8.x, then install the dependencies and run the bot:

poetry install
poetry run python3 main.py

deploying to heroku

Press this funny button:

Deploy

running with docker

A Docker image is available here:

ghcr.io/ryleu/discord-songwhip:latest