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.
Go to file
yupix 827adac33c
chore: IUserLite => ILiteUserに変える close #18
2 years ago
.github ci: リリース時にpypiにアップロードするように 2 years ago
docs feat: bump version 2 years ago
mipac chore: IUserLite => ILiteUserに変える close #18 2 years ago
.editorconfig feat: .editorconfigを追加 2 years ago
.gitattributes chore: .gitattributesを追加 2 years ago
.gitignore feat: ドキュメントを作成する close #13 2 years ago
.onedev-buildspec.yml ci: mypyだと一部の構文が理解できないのでciで使わないように 2 years ago
.pre-commit-config.yaml feat: pre-commitの設定を追加 2 years ago
.readthedocs.yaml fix: ファイル名が間違ってる 2 years ago
CHANGELOG.md feat: bump version 2 years ago
LICENSE chore: add LICENSE 2 years ago
MANIFEST.in chore: add MANIFEST.in 2 years ago
README.md chore: 改行コードをlfに 2 years ago
pyproject.toml chore: 開発環境の整備 2 years ago
requirements.txt chore: aiocacheを廃止 2 years ago
setup.py feat: bump version 2 years ago

README.md

MiPAC

Discord server invite Code style: black

概要

MiPAのCoreとなるライブラリです。issueはこちらで管理しています

サポートしているMisskey

使い方

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

開発者向け情報

このプロジェクトでは blackのforkである、axblackを利用しています。主な違いはダブルクォートがデフォルトではなく、シングルクォートになっている点です

LICENSE

準備中

Documentation * Discord Server