1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-15 23:06:40 +00:00
Simple-Stock-Bot/app.json

26 lines
826 B
JSON

{
"name": "Simple Stock Bot: Telegram",
"description": "Deploy the Telegram version of the Simple Stock Bot to Heroku",
"keywords": [
"stock",
"telegram",
"chat bot"
],
"website": "https://simplestockbot.com/",
"repository": "https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot",
"logo": "https://gitlab.com/uploads/-/system/project/avatar/10295651/TelegramLogo.jpg",
"env": {
"TELEGRAM": {
"description": "Telegram API key.",
"required": true
},
"MARKETDATA": {
"description": "(https://www.marketdata.app/ API key.",
"required": false
},
"STRIPE": {
"description": "Optional, API key for stripe integration.",
"required": false
}
}
}