-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
47 lines (47 loc) · 1.1 KB
/
app.json
File metadata and controls
47 lines (47 loc) · 1.1 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
{
"name": "Title Countdown",
"description": "bruh",
"keywords": [
"charindith",
"title",
"Telegram Bot"
],
"repository": "https://github.com/charindithjaindu/ChatBackupBot",
"success_url": "https://t.me/charindith",
"env": {
"API_HASH": {
"description": "Your API Hash from my.telegram.org",
"value": ""
},
"API_ID": {
"description": "Your APP ID from my.telegram.org",
"value": ""
},
"SESSION": {
"description": "get telethon session from replit.com/@KeselekPermen/UserButt#main.py",
"value": ""
}
,
"GROUP_ID": {
"description": "what group you need to change",
"value": ""
}
,
"DATE": {
"description": "date and time of end",
"value": "2021 10 4 7 0 0"
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}