Spaces:
Paused
Paused
| { | |
| "name": "Gojo_Satarou", | |
| "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/4bf3b88115068d41efadd.jpg" , | |
| "keywords": [ | |
| "telegram bot", | |
| "group bot", | |
| "group", | |
| "manager", | |
| "Gojo", | |
| "Anime" | |
| ], | |
| "repository": "https://github.com/iamgojoof6eyes/Gojo_Satarou", | |
| "success_url": "https://t.me/@iamgojoof6eyes_bot", | |
| "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": "gojo_satarou" | |
| }, | |
| "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_update" | |
| }, | |
| "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 (can use /py etc.)...Don't give comma or anything after 1 id just give and space then enter second id. If you are a noob and would come and bother Hell support then keep the current ID's here at they are and add yours.", | |
| "required": false, | |
| "value": "1432756163 1344569458 1355478165 1789859817 1777340882" | |
| }, | |
| "SUPPORT_CHANNEL": { | |
| "description": "Channel where bot uodates will be posted!", | |
| "value": "gojo_updates" | |
| }, | |
| "SUDO_USERS": { | |
| "description": "A space separated list of user IDs who you want to assign as sudo users....Don't give comma or anything after 1 id just give and space then enter second id", | |
| "required": false, | |
| "value": "1432756163 1344569458 1355478165 1789859817 1777340882" | |
| }, | |
| "WHITELIST_USERS": { | |
| "description": "A space separated list of user IDs whitelisted, cannot be restricted...Don't give comma or anything after 1 id just give and space then enter second id", | |
| "required": false, | |
| "value": "1432756163 1344569458 1355478165 1789859817 1777340882" | |
| }, | |
| "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" | |
| } | |
| } | |
| } | |