-
Notifications
You must be signed in to change notification settings - Fork 130
/
Copy pathapp.json
96 lines (82 loc) · 2.79 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "AutoAnimeBot",
"description": "Upload Ongoing Animes In Negligible Size... Automatically",
"logo": "https://graph.org/file/ad1b25807b81cdf1dff65.jpg",
"keywords": ["Telegram","python", "anime","Compressor","Encoder", "ongoing"],
"repository": "https://github.com/kaif-00z/AutoAnimeBot",
"success_url": "https://t.me/BotsBakery",
"stack": "container",
"env": {
"API_ID": {
"description": "You api id, from my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "You api hash, from my.telegram.org",
"value": ""
},
"BOT_TOKEN": {
"description": "Make a bot from @BotFather, and enter it's api token here.",
"value": ""
},
"SESSION": {
"description": "Telethon Session String",
"value": "",
"required": false
},
"OWNER": {
"description": "Get ur Id Of Telegram nd Paste Here.",
"value": ""
},
"MONGO_SRV": {
"description": "Mongo SRV from mongo db.",
"value": ""
},
"MAIN_CHANNEL": {
"description": "ID of Your Main Channel.",
"value": ""
},
"BACKUP_CHANNEL": {
"description": "If You Want Button Upload On Main Channel Don't Forget To Add Backup Channel becoz anime will be save in backup channel",
"value": ""
},
"LOG_CHANNEL": {
"description": "Channel ID Where You Can Check Status Of Tasks.",
"value": ""
},
"CLOUD_CHANNEL": {
"description": "Channel ID Where Bot Will Upload Samples And Screen Shots.",
"value": ""
},
"FORCESUB_CHANNEL": {
"description": "Channel ID For ForceSub",
"value": "",
"required": false
},
"FORCESUB_CHANNEL_LINK": {
"description": "Channel Link Of ForceSub",
"value": "",
"required": false
},
"SEND_SCHEDULE": {
"description": "Keep it True If You Want Anime Airing Time Else False.",
"value": "True",
"required": false
},
"RESTART_EVERDAY": {
"description": "If You Are In Heroku Then Keep it False.",
"value": "False",
"required": false
},
"THUMBNAIL": {
"description": "Put Link of any picture.",
"value": "https://graph.org/file/ad1b25807b81cdf1dff65.jpg",
"required": false
},
"CRF": {
"description": "Less CRF == High Quality, More Size , More CRF == Low Quality, Less Size, CRF Range = 20-51",
"value": "27",
"required": false
}
}
}