NB: This isn't maintained and was moved from Gitlab/backwardspy/casper. Feel free to fork it and make it work.
- python 3.5+
- pip
- opus
- ffmpeg
Optional:
- virtualenv
Music:
playing Show information for the song currently playing.
skip Skip the current song.
stop Stop the music session entirely.
summon Summon casper into your current voice channel.
yt Request a song from youtube.
No Category:
help Shows this message.
Type !help command for more info on a command.
You can also type !help category for more info on a category.
- Clone & enter repository with
git clone [email protected]:BackwardSpy/casper.git && cd casper
. - [optional] Create a virtual environment with
virtualenv ~/.virtualenvs/casper --python=python3
. - Install requirements with
pip install -r requirements
. - Create a config with
cp config.example.py config.py
and add your app key (obtained here). - Invite the bot to your server (instructions for this can be found towards the bottom of this page).
- Run the bot with
python casper.py
. - Try the
!help
command to get started.