-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json.bak
42 lines (42 loc) · 1.14 KB
/
app.json.bak
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
{
"name": "Message DeletEr Bot",
"description": "Modular Telegram Bot powered by @PyroGram!",
"keywords": [
"telegram",
"Bot",
"plugin",
"modular",
"productivity",
"delete",
"channel",
"administrators",
"messages"
],
"repository": "https://github.com/SpEcHiDe/DeleteMessagesRoBot",
"website": "https://telegram.dog/SpEcHlDe",
"success_url": "https://t.me/SpEcHlDe/857",
"env": {
"APP_ID": {
"description": "Get this value from my.telegram.org! Please do not steal"
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Please do not steal"
},
"TG_BOT_TOKEN": {
"description": "Obtain a Telegram Bot token by contacting @BotFather"
},
"TG_USER_SESSION": {
"description": "Create a PyroGram User Session, using https://t.me/useTGxBot"
}
},
"buildpacks": [{
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "heroku-20"
}