Warning
It is in the development phase and very many features are missing. Do not use in a production environment.
Fast, asynchronous misskey API framework.
misspy (rewrite) is a framework for writing Misskey bots with Discord.py-like syntax.
- asynchronous
- Fast
- Automatic detection of Misskey version (can also be set manually)
- Discord.py-like syntax
$ pip install git+https://github.com/misspy-dev/misspy-rewrite.git
$ pip install misspy==2.0a4
Develop releases are always installed from the latest source code, whereas Alpha releases are taken from the latest PyPI release.
- Misskey v13 onward (Unavailable endpoints are designed to send an error, so they are available in v10 or later Misskey versions and forks.)
An example can be found in example directory.
misspy currently supports all versions of Python 3.8 and later.
Documentation can be found at: https://misspy.github.io/docs (Currently under preparation.)