-
Notifications
You must be signed in to change notification settings - Fork 423
/
Copy pathscript.py
42 lines (22 loc) · 1014 Bytes
/
script.py
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
32
33
34
35
36
37
38
39
40
41
42
class script(object):
START_MSG = """ <b>Hi {}
You can call this as an Auto Filter 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!
For more click <i>help</i></b>"""
HELP_MSG = """<b>How to use the bot??</b>
<i>
* Add user account to your channel !
* Add bot to group with admin rights.
* Once deployed and bot is started, send a message to channel (must do step)
* Bot will work now :)
No need add each filter again!
Bot will automatically search for your file and give links to that!
</i>
<b>© @TroJanzHEX</b>"""
ABOUT_MSG = """⭕️<b>My Name : Auto Filter Bot</b>
⭕️<b>Creater :</b> @TroJanzHEX
⭕️<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>
"""