-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (37 loc) · 1002 Bytes
/
Copy pathapp.json
File metadata and controls
37 lines (37 loc) · 1002 Bytes
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
{
"name": "RISHUCHATBOT",
"description": "A telegram bot",
"logo": "https://envs.sh/IL_.jpg",
"keywords": [
"Chatbot",
"mongodb",
"python",
"pyrogram"
],
"buildpacks": [{
"url": "heroku/python"
}],
"repository": "https://github.com/RishuBot/RishuChatBot",
"env": {
"BOT_TOKEN": {
"description": "A Bot token from @BotFather",
"required": true,
"value": ""
},
"STRING_SESSION": {
"description": "Fill Here A Pyrogram String Session For Id-Chatbot, Get it from: https://telegram.tools/session-string-generator#pyrogram,user (This is Optional, If you dont want id-chatbot you can skip this variable)",
"required": false,
"value": ""
},
"OWNER_ID": {
"description": "Fill Here Your Owner User Id",
"required": true,
"value": "5738579437"
},
"MONGO_URL": {
"description": "Get a mongodb url from https://cloud.mongodb.com.",
"required": true,
"value": ""
}
}
}