Captain Ezio commited on
Commit
d273d16
ยท
1 Parent(s): df9d1c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -4
README.md CHANGED
@@ -42,8 +42,29 @@ The Gojo Satarou is a powerful Group Management bot.
42
 
43
  Can be found on telegram as a management bot for groups.
44
 
 
 
45
  Join ๐ŸŒŸ [Hell Community](https://t.me/HellBot_Network) ๐ŸŒŸ if you counter any problem or face any bugs for help.
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
  ## Bot
49
 
@@ -66,7 +87,7 @@ Just click on the button it will redirect you to Heroku website and deploy your
66
  [![DEPLOY](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/iamgojoof6eyes/Gojo_Satarou.git)
67
 
68
 
69
- ## Deploy To Railway
70
  [![DEPLOY](https://railway.app/button.svg)](https://railway.app)
71
  ### How To Deploy On Railway
72
  * **Make Sure You have an github account which is minimum 30 days old.**
@@ -78,8 +99,28 @@ Just click on the button it will redirect you to Heroku website and deploy your
78
  * Then 10-15 minutes.
79
  * Mandaotry keys are [given below](#Variables)
80
  * All keys are listed [here](https://telegra.ph/Captain-03-23)
81
- * ***The bot can be used by provideing mandotry variables only..***
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
 
 
 
 
 
 
 
83
 
84
  ## Variables
85
  `TOKEN` You can get your bot token at @BotFather
@@ -94,10 +135,8 @@ Just click on the button it will redirect you to Heroku website and deploy your
94
 
95
  `APP_ID` Get API_ID from my.telegram.org, used for pyrogram base.
96
 
97
- Click [here](https://telegra.ph/Captain-03-23) to see all variable
98
 
99
 
100
 
101
- # I'll be back with one more group management bot which will be far more better than this....until than use this bot
102
 
103
 
 
42
 
43
  Can be found on telegram as a management bot for groups.
44
 
45
+
46
+
47
  Join ๐ŸŒŸ [Hell Community](https://t.me/HellBot_Network) ๐ŸŒŸ if you counter any problem or face any bugs for help.
48
 
49
+ ## Features
50
+ * **Modern**
51
+ * Fast
52
+ * Fully asynchronous
53
+ * Fully open-source
54
+ * Frequently updated
55
+ * Multi Language Support
56
+
57
+ Can be found on Telegram as @iamgojoof6eyes_bot
58
+
59
+ Alita is currently available in 1 Language as of now:
60
+
61
+ * US English
62
+
63
+ More languages can be managed in the locales folder.
64
+
65
+ We are still working on adding new languages.
66
+
67
+ Help us bring more languages to the bot by contributing to the project on [Crowdin](https://crowdin.com/project/gojosatarou)
68
 
69
  ## Bot
70
 
 
87
  [![DEPLOY](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/iamgojoof6eyes/Gojo_Satarou.git)
88
 
89
 
90
+ <!---## Deploy To Railway
91
  [![DEPLOY](https://railway.app/button.svg)](https://railway.app)
92
  ### How To Deploy On Railway
93
  * **Make Sure You have an github account which is minimum 30 days old.**
 
99
  * Then 10-15 minutes.
100
  * Mandaotry keys are [given below](#Variables)
101
  * All keys are listed [here](https://telegra.ph/Captain-03-23)
102
+ * ***The bot can be used by provideing mandotry variables only..*** --->
103
+
104
+ ## Deploy locally
105
+ ### Using git
106
+
107
+ * Install Python v3.7 or later from Python's Website
108
+ * Install virtualenv using `python3 -m pip -U install virtualenv`.
109
+ * Fork or Clone the project using `git clone https://github.com/iamgojoof6eyes/Gojo_Satarou.git`
110
+ * Create Virtualenv using: `virtualenv venv`
111
+ * Install the requirements using `python3 -m pip install -r requirements.txt`
112
+ * Fill in all the variables in Development class, not Config class. Sudo, Dev, Whitelist users are optional!!
113
+ * Change to virtualenv shell by using: `. venv/bin/activate (Linux) venv\Scripts\activate (Windows)`
114
+ * Run the bot using `python3 -m Powers`
115
+
116
+ ### Usind docker
117
 
118
+ Clone the repo and enter into it
119
+ Install [Docker](https://www.docker.com/)
120
+ Fill in the `sample.env` file and rename it to `main.env`.
121
+ Build the docker image using: `docker build -t Gojo_Satarou:latest .` (The dot '.' at last is necessary!)
122
+ Run the command `docker run --env-file main.env Gojo_Satarou`
123
+ If all works well, bot should send message to the MESSAGE_DUMP Group!
124
 
125
  ## Variables
126
  `TOKEN` You can get your bot token at @BotFather
 
135
 
136
  `APP_ID` Get API_ID from my.telegram.org, used for pyrogram base.
137
 
 
138
 
139
 
140
 
 
141
 
142