forked from RavOfficial/AIPictureBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
31 lines (31 loc) · 800 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
{
"name": "AI BOT",
"description": "An AI based Telegram bot that can describe every photo that you send.",
"keywords": [
"AI",
"Alvi",
"Fun",
"Telegram",
"Bot"
],
"logo": "https://telegra.ph/file/3f9015bd5b14ee2a6b08f.jpg",
"repository": "https://github.com/OfficialBawwa/Ai-Bot",
"success_url": "/",
"env": {
"TG_BOT_TOKEN": {
"description": "your Telegram Bot Token, from @BotFather"
},"BOT_NAME": {
"description": "your Telegram Bot Name"
},
"BOT_USERNAME": {
"description": "Your telegram bot username"
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"image": "heroku/php"
}