sausage_bot

SausageBot - affectionately known as “pølsa” among its Norwegian users - is a Discord bot with some very specific functions.

Functions

To be updated

Usage

Ok, so you want to run a Discord bot?

Register Discord bot

Follow the instructions on this page on Creating a Discord Bot Account: https://www.pythondiscord.com/pages/guides/python-guides/discordpy/#creating-a-discord-bot-account

Want Spotify branding on your podcast-feeds?

You need to register with Spotify API first:

Running the bot

Docker-compose

Use the docker-compose file.

Running locally with python

It is recommended to run the bot in a controlled environment, by using pipenv or similar services.

If you run python -m sausage_bot -h you can also see all the arguments you can add.

Build docker image

docker build .

docker run sausage_bot:latest -v [host path to a data folder]:/data


Want to contribute?

Here’s how to help out: