teamx-cloner commited on
Commit
f7b3282
Β·
1 Parent(s): 7e0e53d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -37
README.md CHANGED
@@ -1,42 +1,44 @@
1
- πŸ’  VPS DEPLOY
2
-
3
  Get your Necessary Variables
4
 
5
- Clone the repository:
6
-
7
- β€’ git clone https://github.com/xteam-cloner/xteam-urbot
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
- β€’ nano .env
26
-
27
- If you have finished edit, CTRL S + CTRL X.
28
-
29
- β€’ Install screen to keep running your bot when you close the terminal by
30
-
31
- β€’ screen -S xteam-urbot
32
-
33
- β€’ Finally Run the bot:
34
-
35
- β€’ bash startup
36
-
37
- β€’ For getting out from screen session press
 
 
38
  β€’ Ctrl+a and Ctrl+d
39
 
40
- πŸ’  Termux Session Gen
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
+ ```