-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScript.py
More file actions
129 lines (94 loc) · 3.85 KB
/
Script.py
File metadata and controls
129 lines (94 loc) · 3.85 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
class script(object):
START_TXT = """<b>ʜᴇʏ {}, <i>{}</i>
Premium Filter With PM Search ⚡</b>"""
MY_ABOUT_TXT = """★ Server: <a href=https://www.heroku.com>Heroku</a>
★ Database: <a href=https://www.mongodb.com>MongoDB</a>
★ Language: <a href=https://www.python.org>Python</a>
★ Library: <a href=https://t.me/HydrogramNews>Hydrogram</a>"""
MY_OWNER_TXT = """★ Name: HA Bots
★ Username: @HA_Bots
★ Country: Sri Lanka 🇱🇰"""
STATUS_TXT = """👤 Total Users: <code>{}</code>
😎 Premium Users: <code>{}</code>
👥 Total Chats: <code>{}</code>
🗳 Data database used: <code>{}</code>
🗂 1st database Files: <code>{}</code>
🗳 1st files database used: <code>{}</code>
🗂 2nd database Files: <code>{}</code>
🗳 2nd files database used: <code>{}</code>
🚀 Bot Uptime: <code>{}</code>"""
NEW_GROUP_TXT = """#NewGroup
Title - {}
ID - <code>{}</code>
Username - {}
Total - <code>{}</code>"""
NEW_USER_TXT = """#NewUser
★ Name: {}
★ ID: <code>{}</code>"""
NOT_FILE_TXT = """👋 Hello {},
I can't find the <b>{}</b> in my database! 🥲
👉 Google Search and check your spelling is correct.
👉 Please read the Instructions to get better results.
👉 Or not been released yet."""
IMDB_TEMPLATE = """✅ I Found: <code>{query}</code>
🏷 Title: <a href={url}>{title}</a>
🎭 Genres: {genres}
📆 Year: <a href={url}/releaseinfo>{year}</a>
🌟 Rating: <a href={url}/ratings>{rating} / 10</a>
☀️ Languages: {languages}
📀 RunTime: {runtime} Minutes
🗣 Requested by: {message.from_user.mention}
©️ Powered by: <b>{message.chat.title}</b>"""
FILE_CAPTION = """<b>📂 {file_name}</b>
<b>♻️ Size: {file_size}</b>
<b>⚡ Powered By:- @YourXCloud</b>"""
WELCOME_TEXT = """👋 Hello {mention}, Welcome to {title} group! 💞"""
HELP_TXT = """👋 Hello {},
I can filter movie and series you want
Just type you want movie or series in my PM or adding me in to group
And i have more feature for you
Just try my commands"""
ADMIN_COMMAND_TXT = """<b>Here is bot admin commands 👇
/index_channels - to check how many index channel id added
/stats - to get bot status
/delete - to delete files using query
/delete_all - to delete all indexed file
/broadcast - to send message to all bot users
/on_auto_filter - On Auto Filter.
/off_pm_search - Off Pm Search.
/on_pm_search - On Pm Search.
/restart - to restart bot
/leave - to leave your bot from particular group
/users - to get all users details
/chats - to get all groups
/invite_link - to generate invite link
/index - to index bot accessible channels
/add_prm - to add new premium user
/rm_prm - to add remove premium user
/delreq - to delete join request in db (if change REQUEST_FORCE_SUB_CHANNELS using /set_req_fsub then must need use this command)
/set_req_fsub - to set request force subscribe channel
/set_fsub - to set force subscribe channels</b>"""
PLAN_TXT = """Activate any premium plan to get exclusive features.
You can activate any premium plan and then you can get exclusive features.
- INR {} for pre day -
Basic premium features:
Ad free experience
Online watch and fast download
No need joind channels
No need verify
No shortlink
Admins support
And more...
Support: {}"""
USER_COMMAND_TXT = """<b>Here is bot user commands 👇
/start - to check bot alive or not
/myplan - to check my activated premium plan
/plan - to view premium plan details
/img_2_link - upload image to uguu.se and get link
/settings - to change group settings as your wish
/connect - to connect group settings to PM
/id - to check group or channel id</b>"""
SOURCE_TXT = """<b>ʙᴏᴛ ɢɪᴛʜᴜʙ ʀᴇᴘᴏsɪᴛᴏʀʏ -
- ᴛʜɪꜱ ʙᴏᴛ ɪꜱ ᴀɴ ᴏᴘᴇɴ ꜱᴏᴜʀᴄᴇ ᴘʀᴏᴊᴇᴄᴛ.
- ꜱᴏᴜʀᴄᴇ - <a href=https://github.com/HA-Bots/Auto-Filter-Bot>ʜᴇʀᴇ</a>
- ᴅᴇᴠʟᴏᴘᴇʀ - @HA_Bots"""