-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 1.04 KB
/
app.json
File metadata and controls
34 lines (34 loc) · 1.04 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
{
"name": "ɢɪᴛɢʀᴀᴍ ʙᴏᴛ",
"description": "A Telegram Bot which will notify you about events of your GitHub Repo.",
"logo": "https://telegra.ph/file/04955bd5888a89dced11a.jpg",
"keywords": ["gitgram", "github", "events"],
"repository": "https://github.com/STD-DEEPANSHU/GitGram",
"stack": "container",
"env": {
"ENV": {
"description": "Set this to true if you want to use Heroku Environment",
"required": true,
"value": "True"
},
"BOT_TOKEN": {
"description": "Get this value from @BotFather on TG",
"required": true
},
"PROJECT_NAME": {
"description": "A name for your GitGram Bot Project",
"required": true,
"value": "GitGram"
},
"APP_URL": {
"description": "App url of your heroku app",
"required": true,
"value": "https://appname.herokuapp.com/"
},
"GIT_REPO_URL": {
"description": "Leave this as it is if you want your app to run.",
"required": true,
"value": "https://github.com/STD-DEEPANSHU/GitGram"
}
}
}