-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathapp.json
43 lines (35 loc) · 871 Bytes
/
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
{
"name": "Google Meet Telegram Bot",
"description": "Skip Online Lectures like a pro",
"repository": "https://github.com/1337w0rm/YeetMeet",
"keywords": ["selenium", "chromedriver", "python"],
"env": {
"BOT_TOKEN": {
"description": "Bot_token"
},
"PASSWORD": {
"description": "password of mail"
},
"USERNAME": {
"description": "gmail"
},
"TEAMSUSERNAME":{
"description": "teams mail"
},
"TEAMSPASSWORD":{
"description": "teams password"
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/heroku/heroku-buildpack-chromedriver"
},
{
"url": "https://github.com/1337w0rm/heroku-buildpack-google-chrome"
}
],
"stack": "heroku-18"
}