forked from arun017s/Backup-ForceSub
-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
61 lines (60 loc) · 1.4 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
54
55
56
57
58
59
60
{
"name": "Backup & ForceSub Bot",
"description": "A bot that can be used to create a backup for groups & do force sub on members",
"keywords": [
"telegram",
"backup",
"fsub"
],
"repository": "https://github.com/Arun-TG/Backup-ForceSub",
"logo": "https://te.legra.ph/file/afefb63eabdc03e984041.jpg",
"env": {
"BOT_TOKEN": {
"description": "Get it from @Botfather",
"value": ""
},
"API_ID": {
"description": "Your telegram API ID, Get it from my.telegram.org",
"value": ""
},
"API_HASH":{
"description": "Your telegram API HASH, Get it from my.telegram.org",
"value": ""
},
"SESSION":{
"description": "Pyrogram session generated from the link in Readme",
"value": ""
},
"AUTO_DELETE":{
"description": "Give True or False",
"value": "False"
},
"GROUPS":{
"description": "ID of the groups where the bot work (seperate by spaces)",
"value": ""
},
"DB_CHANNEL": {
"description": "ID of backup channel",
"value": ""
},
"FSUB_CHANNEL": {
"description": "ID of Force Sub Channel",
"value": ""
},
"CHANNEL_LINK": {
"description": "Invite link of Force Sub Channel",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}