-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathapp.json
36 lines (36 loc) · 1.04 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
{
"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"
}],
"stack": "heroku-20"
}