Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Auto Filter Bot
#kiccha Auto Filter Bot

<p align="center">
<a href="https://www.python.org">
Expand Down
21 changes: 14 additions & 7 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "Auto Filter Bot",
"name": "kiccha Auto Filter Bot",
"description": "Kind of a filter bot where you don't have to add filters manually.",
"logo": "https://telegra.ph/file/71aaa621508cd696ab538.jpg",
"logo": "https://telegra.ph/file/52714d7aec32e13ee51a4.jpg",
"keywords": [
"Auto",
"Filter",
"Telegram Bot",
"TroJanzHEX"
],
"website": "https://TroJanzHEX.me",
"website": "t.me/KicchaRequest.me",
"repository": "https://github.com/TroJanzHEX/Auto-Filter-Bot",
"success_url": "https://telegram.dog/TroJanzHEX",
"success_url": "t.me/KicchaRequest",
"env": {
"TG_BOT_TOKEN": {
"description": "You Telegram Bot Token from @BotFather",
Expand All @@ -31,8 +31,15 @@
"MAINCHANNEL_ID": {
"description": "ID of Channel from which the bot should search files",
"value": ""
}
},
},
"JOIN_MAIN_CHANNEL": {
"description": "ID of Channel from which the bot should Join The Main Channel",
"value": ""
},
"TEXT_MEG_PH": {
"description": "Your Channel Logo @MT_Telegraph_BoT ",
"value"; ""
},
"buildpacks": [
{
"url": "heroku/python"
Expand All @@ -44,4 +51,4 @@
"size": "free"
}
}
}
}