Giter Club home page Giter Club logo

megadl-bot's Introduction

Hi, I'm Safone | Profile Views

โ€‹
import json
from dataclasses import asdict, dataclass


@dataclass
class Stack:
    languages   : tuple[str, ...] = ("Python", "Bash", "HTML", "CSS")
    misc        : tuple[str, ...] = ("Docker", "Linux", "FastAPI")
    ongoing     : tuple[str, ...] = ("Django", "Java", "JavaScript")

    def serialize(self):
        return json.dumps(asdict(self), indent=4)


stack = Stack()
print(stack.serialize())
print("Hola! Welcome To Safone's World !! ๐Ÿ˜Ž")
โ€‹

An image of @asmsafone's Holopin badges, which is a link to view their full Holopin profile

megadl-bot's People

Contributors

asmsafone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

megadl-bot's Issues

need Email Address of yours.

I wasn't able to see any of your email
but i want to know your email
so i can contact you and send you something really unique.
TOPIC: MEGA NZ

gdrive and login support

Will u consider adding gdrive support so that all downloaded files are automatically uploaded to gdrive?
Also adding mega login support will let us use our premium or business account for more bandwidth

Project dependencies may have API risk issues

Hi, In MegaDL-Bot, inappropriate dependency versioning constraints can cause risks.

Below are the dependencies and version constraints that the project is using

moviepy
filetype
pyrogram==1.4.16
tgcrypto
ffmpeg-python
hurry.filesize
git+https://github.com/asmsafone/mega.py.git

The version constraint == will introduce the risk of dependency conflicts because the scope of dependencies is too strict.
The version constraint No Upper Bound and * will introduce the risk of the missing API Error because the latest version of the dependencies may remove some APIs.

After further analysis, in this project,
The version constraint of dependency moviepy can be changed to >=0.2.1.6.4,<=2.0.0.dev2.
The version constraint of dependency pyrogram can be changed to >=1.0.0,<=2.0.57.

The above modification suggestions can reduce the dependency conflicts as much as possible,
and introduce the latest version as much as possible without calling Error in the projects.

The invocation of the current project includes all the following methods.

The calling methods from the moviepy
moviepy.editor.VideoFileClip
The calling methods from the pyrogram
pyrogram.filters.regex
pyrogram.filters.command
pyrogram.idle
pyrogram.Client
The calling methods from the all methods
os.path.isdir
posixpath.join
message.reply_text.delete
os.listdir
format
os.makedirs
hurry.filesize.size
file.copy
pyrogram.types.InlineKeyboardMarkup
bot.create_chat_invite_link
message.reply_text.edit
functools.partial
message.message.delete
str
message.reply_photo
round
moviepy.editor.VideoFileClip
pyrogram.Client
os.system
asyncio.get_running_loop
mega.login.download_url
dict
divmod
message.reply_text
about
message.reply_audio
os.environ.get
message.reply_document
help
message.forward.reply_text
time.time
message.answer
bot.get_me
message.reply_animation
message.message.reply_to_message.delete
filetype.guess
bot.get_me.mention
pyrogram.Client.on_message
mega.Mega
bot.get_users.mention
asyncio.get_running_loop.run_in_executor
pyrogram.idle
join
message.reply_document.reply_text
pyrogram.filters.command
pyrogram.types.InlineKeyboardButton
asyncio.sleep
message.message.edit
message.reply_video
pyrogram.Client.start
genericpath.isfile
bot.get_chat_member
humanbytes
config.TEXT.ABOUT.format
pyrogram.Client.on_callback_query
range
message.forward
message.edit
pyrogram.Client.stop
bot.get_users
start
pyrogram.filters.regex
TimeFormatter
config.TEXT.HELP_USER.format
shutil.rmtree
logging.basicConfig
os.stat
bot.send_message
math.floor
megadl.forcesub.handle_force_subscribe
message.message.reply_text
int
print
subprocess.call
logs_msg.reply_text.edit
mega.Mega.login
os.getpid
config.TEXT.START_TEXT.format

@developer
Could please help me check this issue?
May I pull a request to fix it?
Thank you very much.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.