vps deploye

1. Upgrade and Update:

sudo apt-get update && sudo apt-get upgrade -y
  1. Install Required Packages:

sudo apt-get install python3-pip ffmpeg -y
  1. Setting up PIP

sudo pip3 install -U pip
  1. Installing Node

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash && source ~/.bashrc && nvm install v18
  1. Clone the Repository

clone your forked repo

git clone your_fork_repo
cd alice
  1. Install Requirements

pip3 install -U -r requirements.txt
  1. fill your Velues in config:

nano config.py
  • save edited config.py with your values.

  • Press ctrl + s and ctrl + x

  1. Installing tmux:

sudo apt install tmux -y && tmux
  1. Run the Bot

bash start
  1. exit to tmux:

ctrl+b+d

Last updated