Skip to content

Commit

Permalink
credits :D
Browse files Browse the repository at this point in the history
  • Loading branch information
prgofficial committed Mar 5, 2021
1 parent 0b1d8a7 commit b801e66
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 3 deletions.
4 changes: 3 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# By @TroJanzHEX
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


import os
Expand Down
5 changes: 5 additions & 0 deletions helpers/download.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


import time
import json

Expand Down
5 changes: 5 additions & 0 deletions helpers/ffmpeg.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


from helpers.tools import execute, clean_up
from helpers.upload import upload_audio, upload_subtitle

Expand Down
5 changes: 5 additions & 0 deletions helpers/progress.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


import os
import time

Expand Down
5 changes: 5 additions & 0 deletions helpers/tools.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


import os
import shlex
import asyncio
Expand Down
5 changes: 5 additions & 0 deletions helpers/upload.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


import time

from hachoir.parser import createParser
Expand Down
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# By @TroJanzHEX
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


from pyrogram import Client
Expand Down
4 changes: 4 additions & 0 deletions plugins/callback.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


from pyrogram import filters
from pyrogram import Client as trojanz
Expand Down
5 changes: 5 additions & 0 deletions plugins/extractor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


from pyrogram import filters
from pyrogram import Client as trojanz
from pyrogram.types import InlineKeyboardMarkup, InlineKeyboardButton
Expand Down
5 changes: 5 additions & 0 deletions plugins/start.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


from pyrogram import filters
from pyrogram import Client as trojanz
from pyrogram.types import InlineKeyboardMarkup, InlineKeyboardButton
Expand Down
5 changes: 4 additions & 1 deletion script.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# By @TroJanzHEX
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @trojanzhex


class Script(object):

Expand Down

0 comments on commit b801e66

Please sign in to comment.