File size: 3,481 Bytes
7956eb0
adae6fc
7956eb0
f34cce8
7956eb0
 
 
 
 
 
 
 
adae6fc
dee310b
7956eb0
 
 
 
d630b3a
7956eb0
01ee657
7956eb0
 
d630b3a
7956eb0
 
 
 
d630b3a
7956eb0
 
 
 
d630b3a
7956eb0
 
 
 
95ea4f1
7956eb0
 
 
 
 
 
 
 
 
5a78342
7956eb0
 
 
 
5a42572
7956eb0
 
 
 
 
 
 
 
 
 
 
 
2f0b6b1
7956eb0
c74b725
7956eb0
 
 
5a78342
7956eb0
 
2f0b6b1
7956eb0
c74b725
7956eb0
 
2f0b6b1
7956eb0
c74b725
7956eb0
ba83449
 
 
 
 
7956eb0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81321b2
1
2
3
4
5
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
    "name": "Gojo_Satoru",
    "description": "Gojo is a Telegram Group management bot made using Pyrogram and Python, which makes it modern and faster than most of the Telegram chat managers.",
    "logo" : "https://te.legra.ph/file/633bd27c1607fe98920b6.jpg" ,
    "keywords": [
      "telegram bot",
      "group bot",
      "group",
      "manager",
      "Gojo",
      "Anime"
    ],
    "repository": "https://github.com/Gojo-Bots/Gojo_Satoru",
    "success_url": "https://t.me/GojoSuperbot",
    "env": {
      "BOT_TOKEN": {
        "description": "Your telegram bot token, get from @Botfather in telegram.",
        "required": true,
        "value": ""
      },
      "API_ID": {
        "description": "Get API_ID from my.telegram.org, used for pyrogram base.",
        "required": true,
        "value": ""
      },
      "API_HASH": {
        "description": "Get API_HASH from my.telegram.org, used for pyrogram base.",
        "required": true,
        "value": ""
      },
      "DB_URI": {
        "description": "Your MongoDB connection string.",
        "required": true,
        "value": ""
      },
      "DB_NAME": {
        "description": "Your MongoDB database name.",
        "required": true,
        "value": ""
      },
      "OWNER_ID": {
        "description": "Your user ID as an integer.",
        "required": true,
        "value": "1344569458"
      },
      "SUPPORT_GROUP": {
        "description": "Your Telegram support group chat username where user's can contact in case of a problem..",
        "required": true,
        "value": "gojo_bots_network"
      },
      "MESSAGE_DUMP": {
        "description": "Event logs channel where bot will send updates.",
        "required": true,
        "value": "-1001713325956"
      },
      "VERSION": {
        "description": "A Version to be shown in bot.",
        "required": false,
        "value": "Stable"
      },
      "PREFIX_HANDLER": {
        "description": "Something like '/' to execute commands...Don't give comma or anything after 1 handler just give and space then enter second hand;ler",
        "required": true,
        "value": "/ ! $"
      },
      "DEV_USERS": {
        "description": "ID of users who are Devs of your bot. Use space to seprate values",
        "required": false,
        "value": " "
      },
      "SUPPORT_CHANNEL": {
        "description": "Channel where bot uodates will be posted!",
        "value": "gojo_bots_network"
      },
      "SUDO_USERS": {
        "description": "A space separated list of user IDs who you want to assign as sudo users.",
        "required": false,
        "value": " "
      },
      "WHITELIST_USERS": {
        "description": "A space separated list of user IDs whitelisted, cannot be restricted.",
        "required": false,
        "value": " "
      },
      "GENIUS_API" : {
        "description": "Your Lyrics Genius Api Token. To fetch lyrics of songs",
        "required": false,
        "value": ""
      },
      "WORKERS": {
        "description": "Number of workers to run the bot.",
        "required": false,
        "value": "8"
      },
      "ENV": {
        "description": "Setting this to ANYTHING will enable environment variables. Leave it as it is",
        "required": true,
        "value": "ANYTHING"
      }
    },
    "buildpacks": [
      {
        "url": "heroku/python"
      }
    ],
    "formation": {
      "worker": {
        "quantity": 1,
        "size": "free"
      }
    }
  }