Requirements:
Binaries
- Python 3.8 or greater
- ffmpeg
- Git
Python packages:
- python3 -m pip install -r requirements.txt
Ubuntu Server
sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-get dist-upgrade -y
sudo apt-get autoremove -y
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.10 -y
sudo apt-get install ffmpeg -y
sudo apt-get install git -y
sudo apt-get install screen -y
sudo apt-get install python3-pip -y
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install --upgrade pip
Use this tutorial for creating bot account.
If you want play Spotify musics, you need Spotify's CliendID & Client Secret
This article will help you. Development Guides of Spotify
git clone https://github.com/TheCrimsonborn/ChiMP-Bot
cd ChiMP-Bot
python3 -m pip install -r requirements.txt
edit the "client_id", "client_secret", "spotify_client_id", "spotify_client_secret", "token" with 'nano' or 'vim' or you FTP connection
screen -AmdS chimp python3 chimp.py