The Misskey library for Python. Misskey is made by syuilo.
Project description
Japanese version available. Click Here.
This script is Python library for Misskey Instance.
This library is only available in Python3.
⚠ This branch is currently undergoing destructive changes! Therefore, there is a possibility that the function until now can not be used.
How to install
Use pip (Recommend)
pip install Misskey.py
# or
pip3 install Misskey.py
usage
import library (init)
from Misskey import Misskey
misskey = Misskey("misskey.io") # Input instance address (If leaved no attribute, it sets "misskey.io")
Use token key
from Misskey import Misskey
# If use the token (i is sha256 hashed from appSecret and accessToken)
misskey = Misskey("misskey.io", i="abcdef123...")
Other
Pull requests are HUGE WELCOME!
We hope you will contribute to the completion of the library by all means.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Misskey.py-1.2.0-py3-none-any.whl
(10.6 kB
view hashes)
Close
Hashes for Misskey.py-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98f3dedc27e6ff62c32e6a3f21d583d206294b949471d6f283f7aa4abb623917 |
|
MD5 | c95b2c28ce6c0baeff2cf034e889c1b3 |
|
BLAKE2b-256 | 2e290e560756272c827b3d2d55407552169c71f982b2d446da7460ac0d0b690a |