forked from gautamajay52/UdemyBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
26 lines (26 loc) · 713 Bytes
/
app.json
File metadata and controls
26 lines (26 loc) · 713 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
{
"name": "UdemyBot",
"description": "UdemyBot - A Simple Udemy Free Courses Scrapper",
"keywords": [
"telegram",
"github",
"udemy"
],
"repository": "https://github.com/gautamajay52/UdemyBot",
"success_url": "https://t.me/gbotstoresupport",
"website": "https://github.com/gautamajay52",
"env": {
"API_HASH": {
"description": "Get one from https://my.telegram.org/apps",
"value": ""
},
"API_ID": {
"description": "Get one from https://my.telegram.org/apps",
"value": ""
},
"TOKEN": {
"description": "From BotFather",
"value": ""
}
}
}