Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
a2d173a
1
Parent(s):
88cdc8a
Update README.md
Browse files
README.md
CHANGED
@@ -12,18 +12,18 @@
|
|
12 |
------
|
13 |
|
14 |
|
15 |
-
[
|
19 |
-
[](https://www.python.org/)
|
21 |

|
22 |
-
](https://heroku.com/deploy?template=https://github.com/
|
81 |
|
82 |
-------
|
83 |
|
@@ -85,7 +85,7 @@ The Gojo Satarou is a powerful Group Management bot with awesome plugins and fea
|
|
85 |
[](https://railway.app)
|
86 |
### How To Deploy On Railway
|
87 |
* **Make Sure You have an github account which is minimum 30 days old.**
|
88 |
-
* Fork the repo by clicking [here](https://github.com/
|
89 |
* Click on [deploy](https://railway.app) button
|
90 |
* Login in railway using github account
|
91 |
* Now search the repo in the search bar given like iamgojoof6eyes/Gojo_Satarou ***replace iamgojoof6eyes with your github username.***
|
@@ -98,12 +98,12 @@ The Gojo Satarou is a powerful Group Management bot with awesome plugins and fea
|
|
98 |
--------
|
99 |
|
100 |
## Deploy To Okteto
|
101 |
-
[](https://cloud.okteto.com/deploy?repository=https://github.com/
|
102 |
|
103 |
### How To Deploy On Okteto
|
104 |
* **Make sure you have an github account.**
|
105 |
-
* [Fork](https://github.com/
|
106 |
-
* Click on [deploy](https://cloud.okteto.com/deploy?repository=https://github.com/
|
107 |
* Login using github.
|
108 |
* Fill the values
|
109 |
* Then wait for 10-15 minutes.
|
@@ -120,7 +120,7 @@ The Gojo Satarou is a powerful Group Management bot with awesome plugins and fea
|
|
120 |
|
121 |
* Install Python v3.7 or later from Python's Website
|
122 |
* Install virtualenv using `python3 -m pip -U install virtualenv`.
|
123 |
-
* Fork or Clone the project using `git clone https://github.com/
|
124 |
* Create Virtualenv using: `virtualenv venv`
|
125 |
* Install the requirements using `python3 -m pip install -r requirements.txt`
|
126 |
* Fill in all the variables in Development class, not Config class. Sudo, Dev, Whitelist users are optional!!
|
@@ -161,7 +161,7 @@ To get a list of all variable click [here](https://telegra.ph/Captain-03-27)
|
|
161 |
|
162 |
# Adding your own plugin
|
163 |
|
164 |
-
To add your very own plugin just use the format given below and go through the [utils](https://github.com/
|
165 |
|
166 |
```python
|
167 |
from traceback import format_exc
|
@@ -192,14 +192,14 @@ To add your very own plugin just use the format given below and go through the [
|
|
192 |
|
193 |
|
194 |
```
|
195 |
-
# Add plugins in [plugin](https://github.com/
|
196 |
## **Note** : Don't use <> this bracket while writing the code...
|
197 |
|
198 |
--------
|
199 |
|
200 |
# Contributors
|
201 |
|
202 |
-
[](https://github.com/Gojo-Bots/Gojo_Satarou/fork)
|
16 |
+
[](https://github.com/Gojo-Bots/Gojo_Satarou/stargazers)
|
17 |
+

|
18 |

|
19 |
+
[](https://github.com/Gojo-Bots/Gojo_Satarou/main/LICENSE)
|
20 |
[](https://www.python.org/)
|
21 |

|
22 |
+

|
23 |
|
24 |
|
25 |
|
26 |
+
**A python and [pyrogram](https://github.com/Gojo-Bots/pyrogram) based group management bot for telegram.
|
27 |
If you like the bot make sure to give a ⭐ __star__ ⭐ to this respository and feel free to updating and sending pull requests**
|
28 |
|
29 |
|
|
|
77 |
|
78 |
* Just click on the button it will redirect you to Heroku website and deploy your bot there....enjoy 😉
|
79 |
|
80 |
+
[](https://heroku.com/deploy?template=https://github.com/Gojo-Bots/Gojo_Satarou.git)
|
81 |
|
82 |
-------
|
83 |
|
|
|
85 |
[](https://railway.app)
|
86 |
### How To Deploy On Railway
|
87 |
* **Make Sure You have an github account which is minimum 30 days old.**
|
88 |
+
* Fork the repo by clicking [here](https://github.com/Gojo-Bots/Gojo_Satarou/fork)
|
89 |
* Click on [deploy](https://railway.app) button
|
90 |
* Login in railway using github account
|
91 |
* Now search the repo in the search bar given like iamgojoof6eyes/Gojo_Satarou ***replace iamgojoof6eyes with your github username.***
|
|
|
98 |
--------
|
99 |
|
100 |
## Deploy To Okteto
|
101 |
+
[](https://cloud.okteto.com/deploy?repository=https://github.com/Gojo-Bots/Gojo_Satarou)
|
102 |
|
103 |
### How To Deploy On Okteto
|
104 |
* **Make sure you have an github account.**
|
105 |
+
* [Fork](https://github.com/Gojo-Bots/Gojo_Satarou/fork) the repo and give a star to repo
|
106 |
+
* Click on [deploy](https://cloud.okteto.com/deploy?repository=https://github.com/Gojo-Bots/Gojo_Satarou) button provided above...
|
107 |
* Login using github.
|
108 |
* Fill the values
|
109 |
* Then wait for 10-15 minutes.
|
|
|
120 |
|
121 |
* Install Python v3.7 or later from Python's Website
|
122 |
* Install virtualenv using `python3 -m pip -U install virtualenv`.
|
123 |
+
* Fork or Clone the project using `git clone https://github.com/Gojo-Bots/Gojo_Satarou.git`
|
124 |
* Create Virtualenv using: `virtualenv venv`
|
125 |
* Install the requirements using `python3 -m pip install -r requirements.txt`
|
126 |
* Fill in all the variables in Development class, not Config class. Sudo, Dev, Whitelist users are optional!!
|
|
|
161 |
|
162 |
# Adding your own plugin
|
163 |
|
164 |
+
To add your very own plugin just use the format given below and go through the [utils](https://github.com/Gojo-Bots/Gojo_Satarou/blob/master/Powers/utils) and [custom_filters](https://github.com/Gojo-Bots/Gojo_Satarou/blob/master/Powers/utils/custom_filters.py)
|
165 |
|
166 |
```python
|
167 |
from traceback import format_exc
|
|
|
192 |
|
193 |
|
194 |
```
|
195 |
+
# Add plugins in [plugin](https://github.com/Gojo-Bots/Gojo_Satarou/tree/master/Powers/plugins) section
|
196 |
## **Note** : Don't use <> this bracket while writing the code...
|
197 |
|
198 |
--------
|
199 |
|
200 |
# Contributors
|
201 |
|
202 |
+
[](https://github.com/Gojo-Bots/Gojo_Satarou/graphs/contributors)
|
203 |
|
204 |
|
205 |
---------
|