You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mipac/README.md

71 lines
2.0 KiB

2 years ago
# MiPAC
<a href="https://discord.gg/CcT997U"><img src="https://img.shields.io/discord/530299114387406860?style=flat-square&color=5865f2&logo=discord&logoColor=ffffff&label=discord" alt="Discord server invite" /></a>
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-axblack-8bd124.svg"></a>
2 years ago
## 概要
MiPAのCoreとなるライブラリです。issueは[こちら](https://code.teamblackcrystal.com/projects/120/issues)で管理しています
2 years ago
## サポートしているMisskey
2 years ago
- [Misskey Official v12](https://github.com/misskey-dev/misskey)
2 years ago
- [Ayuskey latest](https://github.com/teamblackcrystal/misskey)
2 years ago
## 使い方
```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())
```
2 years ago
### Collaborators
<table>
<tr>
<td><img src="https://avatars.githubusercontent.com/u/50538210?s=120&v=4"></img></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/yupix">Author | @yupix</a></td>
</tr>
</table>
### SpecialThanks
開発を手伝ってくれている方々です。
<table>
<tr>
<td align="center">
<img src="https://avatars.githubusercontent.com/u/26793720?s=120&v=4" alt="uraking"/>
</td>
</tr>
<tr>
<td><a href="https://github.com/Uraking-Github">Adviser @Uraking</a></td>
</tr>
</table>
### 開発者向け情報
このプロジェクトでは [black](https://github.com/psf/black)のforkである、[axblack](https://github.com/axiros/axblack)を利用しています。主な違いはダブルクォートがデフォルトではなく、シングルクォートになっている点です
2 years ago
# LICENSE
準備中
<p align="center">
<a href="">Documentation</a>
2 years ago
*
<a href="https://discord.gg/CcT997U">Discord Server</a>
</p>