vps deploye
1. Upgrade and Update:
sudo apt-get update && sudo apt-get upgrade -yInstall Required Packages:
sudo apt-get install python3-pip ffmpeg -ySetting up PIP
sudo pip3 install -U pipInstalling Node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash && source ~/.bashrc && nvm install v18Clone the Repository
clone your forked repo
git clone your_fork_repocd aliceInstall Requirements
pip3 install -U -r requirements.txtfill your Velues in config:
nano config.pysave edited config.py with your values.
Press
ctrl + s and ctrl + x
Installing tmux:
Run the Bot
exit to tmux:
Last updated