vps deploye
1. Upgrade and Update:
sudo apt-get update && sudo apt-get upgrade -y
Install Required Packages:
sudo apt-get install python3-pip ffmpeg -y
Setting up PIP
sudo pip3 install -U pip
Installing Node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash && source ~/.bashrc && nvm install v18
Clone the Repository
clone your forked repo
git clone your_fork_repo
cd alice
Install Requirements
pip3 install -U -r requirements.txt
fill your Velues in config:
nano config.py
save edited config.py with your values.
Press
ctrl + s and ctrl + x
Installing tmux:
sudo apt install tmux -y && tmux
Run the Bot
bash start
exit to tmux:
ctrl+b+d
Last updated