(discontinued) misskey api library
Project description
This project has been discontinued.
When installing, keep in mind that support is not provided by this library.
Its de facto successor library is misspy.
Why was it discontinued?
Partly because the name is very similar to existing libraries such as MiPA and MiPAC, but the most important reason is that I started developing misspy, the spiritual successor library to MiPC.
I want to use the PyPI project name (misskey-python) for another project, so I want to transfer it / I want to maintain MiPC, so I want to transfer the PyPI project name.
I will gladly transfer both. To request a transfer, please send an email with the reason and a repository such as GitHub. Please note that, as with PEP 541 requests, we will not respond to requests without a valid reason. Also, there may be a delay in confirming your email.
Please use the email address listed in the latest release when submitting, as the email addresses posted in the past are no longer in use.
MiPC
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
Built Distribution
File details
Details for the file misskey_python-1.3.1.tar.gz
.
File metadata
- Download URL: misskey_python-1.3.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.15.4 CPython/3.12.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3267a1c2a1021fd79a2f20e7a754f1c8aeaaf3340fb90664381a982eba3c12d4 |
|
MD5 | 1bf2802181e2f79bd785e456c88fc339 |
|
BLAKE2b-256 | 3a7936c8668b8fd632c9494ffada44a5a283682c93af0bdc4ca644b2d97c78ee |
File details
Details for the file misskey_python-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: misskey_python-1.3.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.15.4 CPython/3.12.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | feb6386fc8a6f37b3f2f81dde276d4d19481836feb94560f512a8b02b15d63ba |
|
MD5 | 5f4fbc9daa3798fdadcf04af214adba4 |
|
BLAKE2b-256 | 1a2c8e648b9661b04401db583e540f7920793bedf8fd51560a105ab4ab4f95e7 |