-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathapp.json
More file actions
22 lines (22 loc) · 598 Bytes
/
app.json
File metadata and controls
22 lines (22 loc) · 598 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Simsimi",
"description": "Project to transform Simsimi's api into a bot for Telegram using the API-TELEGRAM-BOT",
"repository": "https://github.com/VycktorStark/SimSimi",
"logo": "https://pbs.twimg.com/profile_images/2497960292/image.jpg",
"keywords": ["natural language"],
"image": "heroku/python",
"env": {
"SECRET_KEY": {
"description": "Your bot token",
"value": ""
},
"SECRET_KEY_SIMSIMI": {
"description": "Your token for SIMSIMI",
"value": ""
},
"LN": {
"description": "Your language",
"value": ""
}
}
}