forked from vasusen-code/SaveRestrictedContentBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
47 lines (47 loc) · 1.71 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "Save restricted content bot",
"description": "Telegram bot to save restricted content.",
"logo": "",
"keywords": [
"telegram",
"Save restricted content",
"bot"
],
"repository": "https://github.com/vasusen-code/SaveRestrictedContentBot",
"website": "",
"success_url": "https://t.me/RR_BOTS_up",
"env": {
"API_HASH": {
"description": "Your API HASH from my.telegram.org",
"value": "9c29b322bc3fee75238b151d80cffc67"
},
"API_ID": {
"description": "Your API ID from my.telegram.org",
"value": "27629261"
},
"BOT_TOKEN": {
"description": "Bot token, get it from @BotFather.",
"value": "6835367827:AAG-haDsfr2Sa2jP15z3pwkmteiPxITpTgg"
},
"SESSION": {
"description": "Pyrogram string session.",
"value": "BQGlls0ATiZYy_1ZpMqzowk4KrviuJ5wZWNZOGop622fQqUiEgPnPXtHxweXrNB5w_kdIvD26pD-QByRsSEq4rop28HCcmI8b8wUp-iRAnTB7Zk4EEMKJ51bzoJ1Aq4eJVwaLQCPnnoKkzPFeAxTaPUuxuQLABqFllwtO1XooI2Ua_ROmJWxBZb67sBG7gK-xPRF18_f5U7nensoK9C7L6I-Rudbzop-z8xOjglGdaldm1VBIYKQ6Kre0jV3aePFvgYgwWKgnHTjPnjHBOQy4llYMwJCWoi3zlVUMBekjWxJdNKVlfxr75tl6MVqc9iJaaTFvF6jegCUgMr16UnKxALuc84AeAAAAAErKRgJAA"
},
"AUTH": {
"description": "User ID of Bot owner.",
"value": "5019080713"
},
"FORCESUB": {
"description": "Username name of public channel without using '@'.",
"value": "RR_BOTS_up"
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
]
}