𝗡𝗼𝘁𝗶𝗰𝗲 ▶𝗗𝗼𝗻𝘁 𝗜𝗺𝗽𝗼𝗿𝘁 𝗥𝗲𝗽𝗼 𝗙𝗼𝗿𝗸 𝗥𝗲𝗽𝗼 𝗮𝗻𝗱 𝗽𝘂𝗯𝗹𝗶𝗰 𝗿𝗲𝗽𝗼 𝗜𝗳 𝘆𝗼𝘂 𝗜𝗺𝗽𝗼𝗿𝘁 𝗶𝘁 𝗶𝘀 𝗻𝗼𝘁 🚫 𝘄𝗼𝗿𝗸𝗶𝗻𝗴 𝗮𝗻𝗱 𝗽𝗿𝗶𝘃𝗮𝘁𝗲 𝗻𝗼𝘁 𝘄𝗼𝗿𝗸𝗶𝗻𝗴 👍 𝗧𝗵𝗶𝘀 𝗶𝘀 𝗣𝘂𝗯𝗹𝗶𝗰 𝗦𝗼𝘂𝗿𝗰𝗲 🆗
- Get your Necessary Variables
- Upgrade and Update by :
sudo apt-get update && sudo apt-get upgrade -y - Install Ffmpeg by :
sudo apt-get install python3-pip ffmpeg -y - Install required packages by :
sudo apt-get install python3-pip -y - Install pip by :
sudo pip3 install -U pip - Install Node js by :
curl -fssL https://deb.nodesource.com/setup_18.x | sudo -E bash - && sudo apt-get install nodejs -y && npm i -g npm - Clone the repository by :
git clone https://github.com/AnonymousX1025/AnonXMusic && cd AnonXMusic - Install requirements by :
pip3 install -U -r requirements.txt - Fill your variables in the env by :
vi sample.env
PressIon the keyboard for editing env
PressCtrl+Cwhen you're done with editing env and:wqto save the env - Rename the env file by :
mv sample.env .env - Install tmux to keep running your bot when you close the terminal by :
sudo apt install tmux && tmux - Finally run the bot by :
bash start - For getting out from tmux session : Press
Ctrl+band thend
━━━━━━━━━━━━━━━━━━━━
