code
Ultroid

Tutorial Video


#COMMAD

step 1 : sudo su

step 2 : sudo apt-get update -y

step 3 : sudo apt-get upgrade -y

step 4 : sudo apt-get install python3-pip ffmpeg -y

step 5 : sudo apt-get install git -y

step 6 : pip install --upgrade pip setuptools

step 7 : sudo apt-get install screen -y

step 6 : git clone https://github.com/TeamUltroid/Ultroid

step 7 : cd Ultroid

step 8 : pip3 install -r requirements.txt

step 9 : pip install --ignore-installed pyYaml

step 10 : pip3 install --no-cache-dir -r re*/st*/op*.txt

step 11 : vi .env

#VARS CONFIG

COPY HERE

API_ID=123

API_HASH=123

SESSION=ajs

REDIS_PASSWORD=13ask

REDIS_URI=394dks

#NOTES

Edit .env with your values or you can simple copy a config from here and paste it to your notepad, then edit and paste there. Press I button on keyboard to start editing. Press >Ctrl + C once you are done with editing vars and type :wq to save .env or :qa to exit editing.

#FINAL RUN

step 12 : screen -S ultroid

step 13 : bash startup

ctrl a + d

DONE