From 4279c0dee36d1f2aab447d4776bed95e19e90081 Mon Sep 17 00:00:00 2001 From: DARKEMPIRE <95665347+DARKEMPIRESL@users.noreply.github.com> Date: Sat, 23 Apr 2022 17:51:51 +0530 Subject: [PATCH] Update app.json --- app.json | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index 7a2aa3e..1b7905b 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,40 @@ { - "name": "UploaditRoBot", - "description": "Basic Telegram URL Uploader for Heroku", + "name": "Pyrogram String Session Generator", + "description": ""Basic Telegram URL Uploader for Heroku", + "logo": "https://te.legra.ph/file/14f8e64180ff4e9f7b2db.jpg", + "keywords": ["telegram", "url", "upload"], + "buildpacks": [{ + "url": "heroku/python" + }], + "formation": { + "worker": { + "quantity": 1, + "size": "free" + } + }, + "addons": [ + { + "options": { + "version": "12" + }, + "plan": "heroku-postgresql" + } + ], "repository": "https://github.com/TheDarkW3b/uploadit", - "logo": "http://icons.iconarchive.com/icons/graphicloads/100-flat/256/upload-icon.png", - "keywords": ["telegram", "url", "upload"] + "API_ID": { + "description": "Get this value from my.telegram.org.", + "required": true, + "value": "" + }, + "API_HASH": { + "description": "Get this value from my.telegram.org.", + "required": true, + "value": "" + }, + "BOT_TOKEN": { + "description": "Obtain a Telegram bot token by contacting @BotFather", + "required": true, + "value": "" + } + } }