-
Notifications
You must be signed in to change notification settings - Fork 16
/
script.py
40 lines (20 loc) · 824 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
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex
class Script(object):
START_MSG = """<b>Hello {},
I can extract audio and subtitles from video files.
Send me any video file and extract what you want :).
See <i>help</i> for more details.
© @kashirbots</b>"""
HELP_MSG = """<b>Hai, Follow these Steps..</b>
🌀 <i>Send me any Valid video file.</i>
🌀 <i>Click Download and Process button to download the file to my server</i>
🌀 <i>Wait till I process the video!</i>
🌀 <i>Now select the stream you need to extract!</i>
<b>© @kashirbots</b>"""
ABOUT_MSG = """⭕️<b>My Name : Streams Extractor Bot</b>
⭕️<b>Creater :</b> @kashirbots
⭕️<b>Language :</b> <code>Python3</code>
⭕️<b>Library :</b> <a href='https://docs.pyrogram.org/'>Pyrogram 1.0.7</a>
"""