This project will no longer be updated. Please consider moving to MiPA, the successor project to Mi.py.
Mi.py is a Misskey API Wrapper that is designed to be written in a Discord.py-like way
Changed from README to here in writing various usages. For other methods, etc., please see Documentation.
- 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'])
-
v3.0.0 has very little compatibility with v2.0.0.
-
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
Author | @yupix |
These are the people who contributed to the development
Adviser | @Uraking | Documentation| @sousuke0422 | Translation| @fotoente |
- 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.