Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.
/ Mi.py Public archive

An API wrapper for creating Misskey bots in Python.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE.md
Unknown
COPYING.md
Notifications You must be signed in to change notification settings

yupix/Mi.py

Repository files navigation

Mi.py

CodeFactor Codacy Badge FOSSA Status Discord server invite Join the chat at https://gitter.im/yupix/Mi.py

日本語

Warning

This project will no longer be updated. Please consider moving to MiPA, the successor project to Mi.py.

Overview

Mi.py is a Misskey API Wrapper that is designed to be written in a Discord.py-like way

Supported Misskey

How to use

Changed from README to here in writing various usages. For other methods, etc., please see Documentation.

warning

  1. If you connect to the home timeline while connected to the global timeline, the on_message event will work twice for one message, because the same message is received on two channels. This is not a bug, but normal behavior.
await Router(ws).connect_channel(['home', 'global'])
  1. v3.0.0 has very little compatibility with v2.0.0.

  2. X.X.X > X.9.9 and X.9.9 or higher is a beta version that does not raise the major version but makes destructive changes such as BREAKING CHANGE, etc. 3.10.1 is also a beta version. The following is a list of the most common problems with the

Collaborators

Author | @yupix

SpecialThanks

These are the people who contributed to the development

uraking sousuke0422 sousuke0422
Adviser | @Uraking Documentation| @sousuke0422 Translation| @fotoente

Libraries

  • Discord.py
    • I am using some of the mechanisms as a reference. We also use the actual code.

Finally, Discord.py, which inspired me to create this project and for which I use some of the code, is now Archived. Many thanks to Danny and all the collaborators.

Projects that use Mi.py

LICENSE

Mi.py
Credit
Third party

FOSSA Status

Documentation * Discord Server