Files
Ultroid-fork/app.json
Devesh Pal 09971ca76d Update Ultroid v0.8
---------

Co-authored-by: Amit Sharma <48654350+buddhhu@users.noreply.github.com>
Co-authored-by: Aditya <me@xditya.me>
Co-authored-by: Dark <darkbeamer.official@gmail.com>
Co-authored-by: buddhhu <amitsharma123234@gmail.com>
Co-authored-by: Kaif <88398455+kaif-00z@users.noreply.github.com>
Co-authored-by: 1Danish-00 <danish@ultroid.tech>
Co-authored-by: TechiError <techierror@gmail.com>
Co-authored-by: Dark <59723913+DarkBeamerYT@users.noreply.github.com>
2023-02-20 10:51:29 +05:30

57 lines
1.8 KiB
JSON

{
"name": "Ultroid UserBot",
"description": "Pluggable telegram userbot, made in python using Telethon.",
"logo": "https://graph.org/file/031957757a4f6a5191040.jpg",
"keywords": [
"Telethon",
"telegram",
"userbot",
"python",
"ultroid"
],
"repository": "https://github.com/TeamUltroid/Ultroid",
"website": "https://ultroid.tech",
"success_url": "https://t.me/TeamUltroid",
"stack": "container",
"env": {
"API_ID": {
"description": "You api id, from my.telegram.org or @ScrapperRoBot.",
"value": "",
"required": false
},
"API_HASH": {
"description": "You api hash, from my.telegram.org or @ScrapperRoBot.",
"value": "",
"required": false
},
"SESSION": {
"description": "Session String (telethon or pyrogram) for your telegram user account. The userbot 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. Mandatory for Heroku Deploy...",
"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": "",
"required": false
}
},
"formation": {
"ultroid": {
"quantity": 1,
"size": "eco"
}
}
}