Skip to main content

misskey api library

Project description

This project has been discontinued.

When installing, keep in mind that support is not provided by this library.

MiPC

img

MiPC (Misskey Python Client) is a Python client for using MisskeyAPI.

Examples

MiAuth

from MiPC.MiAuth import MiAuth

mia = MiAuth(server="misskey.io", name="TestApp")

url = mia.generate_url()

while True:

   try:

     auth_token = mia.get_token()

     break

   except MisskeyMiAuthFailedException:

     await asyncio.sleep(0.5)

     pass

question

Q. Why is the pypi registered under a different name(misskey-python) than MiPC?

A. Because the registration was denied due to the name being similar to an existing pypi project.

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

misskey_python-1.3.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

misskey_python-1.3-py3-none-any.whl (5.5 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