Spaces:
Paused
Paused
teamx-cloner
commited on
Commit
Β·
f7b3282
1
Parent(s):
7e0e53d
Update README.md
Browse files
README.md
CHANGED
@@ -1,42 +1,44 @@
|
|
1 |
-
|
2 |
-
|
3 |
Get your Necessary Variables
|
4 |
|
5 |
-
Clone the repository:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
|
|
|
|
38 |
β’ Ctrl+a and Ctrl+d
|
39 |
|
40 |
-
|
41 |
-
|
42 |
apt update && apt upgrade -y && apt install python wget -y && pip install Telethon && wget https://raw.githubusercontent.com/xteam-cloner/Userbotx/dev/resources/session/ssgen.py && python ssgen.py
|
|
|
|
1 |
+
π VPS DEPLOY π
|
|
|
2 |
Get your Necessary Variables
|
3 |
|
4 |
+
β¨ Clone the repository:
|
5 |
+
```
|
6 |
+
git clone https://github.com/xteam-cloner/xteam-urbot
|
7 |
+
```
|
8 |
+
|
9 |
+
β¨ Go to the cloned folder:
|
10 |
+
```
|
11 |
+
cd xteam-urbot
|
12 |
+
```
|
13 |
+
β¨ Create a virtual env:
|
14 |
+
```
|
15 |
+
virtualenv -p /usr/bin/python3 venv
|
16 |
+
. ./venv/bin/activate
|
17 |
+
```
|
18 |
+
β¨ Install the requirements:
|
19 |
+
```
|
20 |
+
pip3 install --no-cache-dir -r requirements.txt
|
21 |
+
```
|
22 |
+
|
23 |
+
β¨ Fill your variables in the env by
|
24 |
+
|
25 |
+
```
|
26 |
+
nano .env
|
27 |
+
```
|
28 |
+
β¨ If you have finished edit, CTRL S + CTRL X.
|
29 |
+
|
30 |
+
β¨ Install screen to keep running your bot when you close the terminal by
|
31 |
+
```
|
32 |
+
screen -S xteam-urbot
|
33 |
+
```
|
34 |
+
β¨ Finally Run the bot:
|
35 |
+
```
|
36 |
+
bash startup
|
37 |
+
```
|
38 |
+
β¨ For getting out from screen session press
|
39 |
β’ Ctrl+a and Ctrl+d
|
40 |
|
41 |
+
β¨ Termux Session Gen
|
42 |
+
```
|
43 |
apt update && apt upgrade -y && apt install python wget -y && pip install Telethon && wget https://raw.githubusercontent.com/xteam-cloner/Userbotx/dev/resources/session/ssgen.py && python ssgen.py
|
44 |
+
```
|