MusicBot logo MusicBot

Installing MusicBot on Android is simple, just time consuming.

Firstly, ensure you install Termux on your device.

After your terminal is installed, you can run the following commands to start getting setup:

# Update system packages
apt update -y
apt upgrade -y
# Install dependencies
pkg install glib libffi cmake
pkg install python git ffmpeg
# Clone MusicBot
cd ~
git clone https://github.com/Just-Some-Bots/Musicbot.git MusicBot -b master
cd MusicBot
python -m pip install -U -r requirements.txt

Following this setup, you can configure the bot and run the bot with

./run.sh