-
FFmpeg
-
NodeJS nodesource.com
-
Python 3.7+
The easy way to host this bot, deploy to Heroku, Change the app country to Europe (it will help to make the bot stable).
sudo apt update && apt upgrade -y
sudo apt install git curl python3-pip ffmpeg -y
pip3 install -U pip
curl -sL https://deb.nodesource.com/setup_16.x | bash -
sudo apt-get install -y nodejs
npm i -g npm
git clone https://github.com/ABHINETWORK1/PHYSCO-MUSIC # Clone your repo.
cd AbhiMusic
pip3 install -U -r requirements.txt
cp example.env .env #Use vim to edit ENVs
vim .env #Fill up your ENVs ( Steps press i to enter in insert mode then edit the file. Press Esc to exit the editing mode then type :wq! and press Enter key to save the file.)
python3 main.py # Run the bot