# MiPAC Discord server invite Code style: black ## 概要 MiPAのCoreとなるライブラリです。issueは[こちら](https://code.teamblackcrystal.com/projects/120/issues)で管理しています ## サポートしているMisskey - [Misskey Official v12](https://github.com/misskey-dev/misskey) - [Ayuskey latest](https://github.com/teamblackcrystal/misskey) ## 使い方 ```python import asyncio from mipac.client import Client async def main(): client = Client(url, token) await client.http.login() note = await client.action.note.action.send('Hello World') print(note.author.name, note.content) if __name__ == '__main__': asyncio.run(main()) ``` ### Collaborators
Author | @yupix
### SpecialThanks 開発を手伝ってくれている方々です。
uraking
Adviser | @Uraking
### 開発者向け情報 このプロジェクトでは [black](https://github.com/psf/black)のforkである、[axblack](https://github.com/axiros/axblack)を利用しています。主な違いはダブルクォートがデフォルトではなく、シングルクォートになっている点です # LICENSE 準備中

Documentation * Discord Server