54 lines
2.0 KiB
JSON
54 lines
2.0 KiB
JSON
{
|
|
"name": "Ultroid UserBot",
|
|
"description": "Pluggable telegram userbot, made in python using Telethon.",
|
|
"logo": "https://telegra.ph/file/1518e15421d21c5afd9af.jpg",
|
|
"keywords": ["Telethon", "telegram", "userbot", "python"],
|
|
"repository": "https://github.com/TeamUltroid/Ultroid",
|
|
"website": "https://ultroid.netlify.app/",
|
|
"success_url": "https://t.me/TheUltroid",
|
|
"stack": "container",
|
|
"env": {
|
|
"API_ID": {
|
|
"description": "You api id, from my.telegram.org or @ScrapperRoBot.",
|
|
"value": ""
|
|
},
|
|
"API_HASH": {
|
|
"description": "You api hash, from my.telegram.org or @ScrapperRoBot.",
|
|
"value": ""
|
|
},
|
|
"BOT_USERNAME": {
|
|
"description": "Make a bot from @BotFather, and enter it's username here, with '@'",
|
|
"value": ""
|
|
},
|
|
"BOT_TOKEN": {
|
|
"description": "Make a bot from @BotFather, and enter it's api token here.",
|
|
"value": ""
|
|
},
|
|
"SESSION": {
|
|
"description": "Your session string. Can be added now, or after deploy. (The bot will NOT work without a session string!!)",
|
|
"value": ""
|
|
},
|
|
"REDIS_URI": {
|
|
"description": "Redis endpoint URL, from redislabs.com",
|
|
"value": ""
|
|
},
|
|
"REDIS_PASSWORD": {
|
|
"description": "Redis endpoint password, from redislabs.com",
|
|
"value": ""
|
|
},
|
|
"HEROKU_API": {
|
|
"description": "Heroku API token. Needed if deploying on heroku ONLY.",
|
|
"value": "",
|
|
"required": false
|
|
},
|
|
"HEROKU_APP_NAME": {
|
|
"description": "Name of your heroku app, given in the first blank on this page. To be added if deploying to heroku ONLY.",
|
|
"value": ""
|
|
},
|
|
"LOG_CHANNEL": {
|
|
"description": "Create a private group. Add @missrose_bot and your BOT_USERNAME bot. Do /id. Paste that here",
|
|
"value": ""
|
|
}
|
|
}
|
|
}
|