Skip to content

l0f3n/StefanIII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stefan III

Local

Installation

python3 -m pip install virtualenv
python3 -m venv venv
source ./venv/bin/activate
pip install -r ./requirements.txt

Usage

python3 src/main.py

Docker

Installation

docker build -t stefan .

Usage

Set the environment variables DISCORD_TOKEN, SPOTIFY_ID and SPOTIFY_SECRET to the appropriate values.

docker run -e DISCORD_TOKEN -e SPOTIFY_ID -e SPOTIFY_SECRET stefan

About

A Discord bot that plays music!

Resources

Stars

Watchers

Forks

Packages

No packages published