mega.py icon indicating copy to clipboard operation
mega.py copied to clipboard

Python library for the https://mega.nz/ API.

Results 85 mega.py issues
Sort by recently updated
recently updated
newest added

mega-py package conflicts with other modules due to strict dependency on `tenacity=5.1.5` package version

When trying to create a folder, I got an error. My stacktrace is below, from my line of code that creates the folder down. The variables `STORIES_DIR` is `"stories"`, `MEGA_SEP`...

Hi login and all requests are very slow is that normal ?

I used the get_files() method to get all the nodes But the name of the Chinese file or folder will return unexpected text For example: I expected to get "中文資料夾"...

The second line of this code did not display a link in the terminal m.get_upload_link(file)

I just created a new Ubuntu 20.4.1 VM on Windows 10 / Hyper-V and I ran `pip3 install mega`. When I run `from mega import Mega` in a Python 3.8.2...

How i can revoke folder link?

Hello, I'm a developer and I have some questions about the mega.py library. -First, I've created a folder and I want to get the sharing link. How can I do...

Hi, as the subject says, the main modifications in this PR are: - A performance fix (i.e. fixes high CPU usage) in the MAC computation step for each chunk -...