Spaces:
Paused
Paused
teamx-cloner
commited on
Commit
·
ae904c6
1
Parent(s):
6c5b283
Update README.md
Browse files
README.md
CHANGED
@@ -4,11 +4,11 @@ Get your Necessary Variables
|
|
4 |
|
5 |
Clone the repository:
|
6 |
|
7 |
-
• git clone https://github.com/xteam-cloner/
|
8 |
|
9 |
Go to the cloned folder:
|
10 |
|
11 |
-
• cd
|
12 |
|
13 |
Create a virtual env:
|
14 |
|
@@ -19,17 +19,16 @@ Install the requirements:
|
|
19 |
|
20 |
• pip3 install --no-cache-dir -r requirements.txt
|
21 |
|
22 |
-
• pip3 install --no-cache-dir -r re*/st*/op*.txt
|
23 |
|
24 |
Fill your variables in the env by
|
25 |
|
26 |
-
•
|
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
|
33 |
|
34 |
• Finally Run the bot:
|
35 |
|
|
|
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 |
|
|
|
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 |
|