Red Discord Bot: Debian Installation Print

  • 0

Note: For security reasons, do not install Red DiscordBot on the root account.

 

Begin by initiating a terminal session. Next, you'll install the pre-requirements. You can copy and paste in these lines individually.

echo "deb http://httpredir.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list

apt-get update

apt-get install build-essential libssl-dev libffi-dev git ffmpeg libopus-dev unzip -y

wget https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tgz

tar xvf Python-3.6.0.tgz

cd Python-3.6.0

./configure --enable-optimizations

make -j4

make altinstall

cd ..

wget https://bootstrap.pypa.io/get-pip.py

python3.6 get-pip.py

 

Next, you'll clone the bot:

git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordBot.git

 

Now update the bot requirements:

cd Red-DiscordBot

python3.6 launcher.py

Select "Install Requirements", then choose between options 1 or 2.

You'll now need to create a bot account.

To run the bot you'll just need to run the command used earlier,

cd Red-DiscordBot

python3.6 launcher.py


Was this answer helpful?

« Back