{ "name": "Pyrogram String Session Generator", "description": "Telegram bot to generate pyrogram string session", "logo": "https://telegra.ph/file/7ec22c82f580a334dd13e.jpg", "keywords": [ "telegram", "bot", "python", "pyrogram" ], "buildpacks": [{ "url": "heroku/python" }], "formation": { "worker": { "quantity": 1, "size": "eco" } }, "addons": [ { "options": { "version": "15" }, "plan": "heroku-postgresql" } ], "repository": "https://github.com/Rohanthakur360/StringSessionBot", "env": { "ENVIRONMENT": { "description": "Don't change ANYTHING.", "required": true, "value": "ANYTHING" }, "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": "" }, "MUST_JOIN": { "description": "Add username/id of a channel/group", "required": false, "value": "" } } }