-
Notifications
You must be signed in to change notification settings - Fork 5
/
app.json
53 lines (53 loc) · 1.58 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
48
49
50
51
52
53
{
"name": "Alexa Telegraph Uploader",
"description": "Upload Vide, Animation, Pics And Text To Telegraph And Get Direct Link.",
"logo": "https://telegra.ph/file/9f201b7186f59f926de35.jpg",
"keywords": [
"python3",
"telegraph",
"bot",
"Alexa",
"asad",
"asadali",
"alexamusic"
],
"stack": "container",
"env": {
"BOT_TOKEN": {
"description": "Enter your bot token you can get it from @BotFather.",
"value": "@Alexa_Help",
"required": true
},
"API_HASH": {
"description": "Enter your API HASH you can get it from my.telegram.org",
"value": "@Alexa_Help",
"required": true
},
"MONGO_DB_URI": {
"description": "Enter mongoDb URI you can get it from mongodb.com",
"value": "@Alexa_Help",
"required": true
},
"MUST_JOIN": {
"description": "Enter the username of you channel or group.",
"value": "@Alexa_Help",
"required": true
},
"LOG_ID": {
"description": "Enter id of your log group.",
"value": "@Alexa_Help",
"required": true
},
"API_ID": {
"description": "Enter your API ID here you can get it from my.telegram.org",
"value": "@Alexa_Help",
"required": true
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"stack": "container"
}