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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@

## You can check the video tutorial on how to deploy

[Click here to see tutorial video](https://youtu.be/KQVYQAOsFYY)
[Click here to see tutorial video](https://youtu.be/KQVYQAOsFY)

Thanks to [InfotelGroup](https://telegram.dog/InFoTelGroup) and [Erich Daniken](https://telegram.dog/ErichDaniken) for the video
Thanks to [InfotelGroup](https://telegram) and [Erich Daniken](https://telegram.) for the video

## Any bugs or errors or suggestions, report at [TroJanzSupport](https://telegram.dog/TroJanzSupport)
## Any bugs or errors or suggestions, report at [TroJanzSupport](https://telegram.dog/Telegrm_movies)


## Installation

### Deploy to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/TroJanzHEX/Auto-Filter-Bot)
[![Deploy](https://www.herokucd.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/TroJanzHEX/Auto-Filter-Bot)

### Deploy in your vps
```sh
Expand All @@ -64,7 +64,7 @@ python3 main.py

## Configs

* TG_BOT_TOKEN - Get bot token from @BotFather
* TG_BOT_TOKEN - Get bot token from @telegrm_movies

* APP_ID - From my.telegram.org (or @UseTGXBot)

Expand Down
8 changes: 4 additions & 4 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async def start(client, message):
],
[
InlineKeyboardButton(
"⭕️ JOIN OUR CHANNEL ⭕️", url="https://t.me/TroJanzHEX")
"⭕️ JOIN OUR CHANNEL ⭕️", url="https://t.me/telegrm_movies")
]
]
),
Expand All @@ -45,7 +45,7 @@ async def help(client, message):
],
[
InlineKeyboardButton(
"⭕️ SUPPORT ⭕️", url="https://t.me/TroJanzSupport")
"⭕️ SUPPORT ⭕️", url="https://t.me/telegrm_movies")
]
]
),
Expand All @@ -68,11 +68,11 @@ async def about(client, message):
],
[
InlineKeyboardButton(
"SOURCE CODE", url="https://github.com/TroJanzHEX/Auto-Filter-Bot")
"SOURCE CODE", url="https://github.com/TroJanzHE/Auto-Filter-Bot")
]
]
),
reply_to_message_id=message.message_id
)
except:
pass
pass
12 changes: 6 additions & 6 deletions script.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ class script(object):

START_MSG = """ <b>Hi {}

You can call this as an Auto Filter Bot if you like :D
You can call this as an Aliya Bot if you like :D

Bot simply search for the files from provided channel according to given query and gives link to those files as buttons!

So no need to add filters for your files or movies from now on!
Made by @shon_G!

For more click <i>help</i></b>"""

Expand All @@ -26,17 +26,17 @@ class script(object):
Bot will automatically search for your file and give links to that!
</i>

<b>© @TroJanzHEX</b>"""
<b>© @Shon_G</b>"""


ABOUT_MSG = """⭕️<b>My Name : Auto Filter Bot</b>
ABOUT_MSG = """⭕️<b>My Name : Aliya Bot</b>

⭕️<b>Creater :</b> @TroJanzHEX
⭕️<b>Creater :</b> @Shon_G

⭕️<b>Language :</b> <code>Python3</code>

⭕️<b>Library :</b> <a href='https://docs.pyrogram.org/'>Pyrogram 1.0.7</a>

⭕️<b>Tutorial Video :</b> <a href='https://youtu.be/KQVYQAOsFYY'>Video Link</a>
⭕️<b>Tutorial Video :</b> <a href='https://youtu.be/v4UOiR5Cyzg'>Video Link</a>

"""