Skip to main content

The Misskey library for Python. Misskey is made by syuilo.

Project description

PRs Welcome MIT License Build Status Coverage Status Documentation Status

Japanese version available. Click Here.

This script is Python library for Misskey Instance.

This library is only available in Python3.

Misskey is made by syuilo.


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


Download files

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

Source Distribution

Misskey.py-2.3.1.tar.gz (13.3 kB view hashes)

Uploaded Source

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