forked from ITZ-ZAID/Telegram
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
71 lines (71 loc) · 1.73 KB
/
Copy pathapp.json
File metadata and controls
71 lines (71 loc) · 1.73 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "Telegram Bot",
"description": "A Telegram Management Bot Based On Telethon",
"keywords": [
"telegram",
"open",
"source",
"multi",
"godfather",
"anie",
"management"
],
"env": {
"REPO_URL": {
"description": "URL of the REPO, If You Have edited Repo.. Else Leave ! Don't Change",
"value": "https://github.com/ITZ-ZAID/Telegram"
},
"TOKEN": {
"description": "Bot Token from @botfather..",
"value": ""
},
"DATABASE_URL": {
"description": "Database Url from elephantsql.com ..",
"value": "postgresql:ur url"
},
"SUDO_USERS": {
"description": "Dev Access Of Your Bot (Id) Go to @Zaid2_Robot And Type /id",
"value": ""
},
"DEV_USERS": {
"description": "Dev Access Of Your Bot (Id) Go to @Zaid2_Robot And Type /id..",
"value": ""
},
"GBAN_LOGS": {
"description": "Forward Your Channel Message to @Zaid2_Robot To Get Your Channel ID..",
"value": "-100"
},
"MESSAGE_DUMP": {
"description": "Forward Your Channel Message to @Zaid2_Robot To Get Your Channel ID..",
"value": "-100"
},
"OWNER_ID": {
"description": "Your Id, Go To @Zaid2_Robot Pm and Type /id..",
"value": ""
},
"OWNER_USERNAME": {
"description": "Your Telegram Username..",
"value": ""
},
"STRING_SESSION": {
"description": "A Telethon String Session Of Dummy Account @StarkStringGenBot..",
"value": ""
}
},
"addons": [
],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}