Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Complete guide to get this up and running

Christian Moen edited this page Jun 1, 2017 · 11 revisions

Getting started, everything you need.

For windows/ubuntu people
pip install libffi-dev
pip install discord.py[voice]
pip install youtube-dl
pip install simpleeval

For mac people!
pip install discord.py[voice]
pip install youtube-dl
pip install simpleeval
brew install ffmpeg
brew install opus
brew install libffi
brew install libsodium
And then open up python3.6 package and run Install Certificates.command

Finally download the latest files from the project and open your terminal and write python main.py

  • Now add your bot token in the file located botconfig/__init__.py

Docker install

If you're not going to develop any new feature to BuffBot and just want to enjoy the features of BuffBot. Please download the zip from the newest release(or whatever version you prefer). Then build your project, edit BuffBot/botconfig/__init__.py and add your Bot token. Then run docker build -t buffbot_docker . from your command prompt.

Clone this wiki locally