Skip to main content

An Unofficial Asynchronous Python version of Mdisk API wrapper

Project description


Logo

Mdisky

An Unofficial Python version of Mdisk API wrapper
· Report Bug


Mdisky

An Unofficial Python version of Mdisk API wrapper. Used to convert and rename Mdisk Files.

Installation

Install mdisky with pip

pip install mdisky

To Upgrade

pip install --upgrade mdisky

Usage

from mdisky import Mdisk
import asyncio

async def main():
    mdisk = Mdisk('us5CqX8oandALtQ86FLq')
    link = await mdisk.convert('https://mdisk.me/convertor/16x9/H331KO')
    print(link)

asyncio.run(main())
Output: https://mdisk.me/convertor/16x9/gvh9fI

See the documentation for more information about the Mdisk API wrapper.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mdisky-0.0.6.tar.gz (16.9 kB view hashes)

Uploaded Source

Built Distribution

mdisky-0.0.6-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page