Skip to content

Commit

Permalink
Create app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zYxDevs authored Oct 21, 2021
1 parent e5f7a22 commit 5ec2028
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"name": "Tokisaki Kurumi",
"description": "A Telegram Chat bot made using Pyrogram and Python",
"repository": "https://github.com/zYxDevs/KurumiChatBot",
"logo": "https://telegra.ph/file/538b1bdf2dc409db74f02.jpg",
"keywords": [
"python3",
"telegram",
"bot",
"telegram-chat-bot",
"python",
"ai-bot",
"telegram-ai-bot",
"telegram-bot",
"pyrogram",
"arq"
],
"stack": "heroku-20",
"env": {
"TOKEN": {
"description": "Your Bot's Api Token ,Get it from @BotFather",
"required": true
},
"ARQ_API_KEY": {
"description": "Get this from @ARQRobot",
"required": true
},
"LANGUAGE": {
"description": "Language of Chat Bot ,list --> https://py-googletrans.readthedocs.io/en/latest/#googletrans-languages",
"value": "en",
"required": true
},
"ARQ_API_BASE_URL": {
"description": "ARQ URL ,Don't Change It",
"value": "https://thearq.tech",
"required": true
},
"API_ID": {
"description": "Your api id, get this from https://my.telegram.org",
"required": true
},
"HASH": {
"description": "Your api hash, get from https://my.telegram.org",
"required": true
},
"BOT_ID": {
"description": "Your bot id",
"required": true
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}

0 comments on commit 5ec2028

Please sign in to comment.