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 9802909d39
fix: typo
2 years ago
mipac feat: Noteの型を修正 issue #11 2 years ago
.gitignore chore: update .gitignore 2 years ago
.onedev-buildspec.yml ci: mypyだと一部の構文が理解できないのでciで使わないように 2 years ago
.pre-commit-config.yaml feat: pre-commitの設定を追加 2 years ago
CHANGELOG.md feat: bump version to 0.1.0 2 years ago
LICENSE chore: add LICENSE 2 years ago
MANIFEST.in chore: add MANIFEST.in 2 years ago
README.md fix: typo 2 years ago
pyproject.toml chore: 開発環境の整備 2 years ago
requirements.txt feat: init 2 years ago
setup.py feat: bump version to 0.1.0 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

SpecialThanks

開発を手伝ってくれている方々です。

uraking
Adviser @Uraking

開発者向け情報

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

LICENSE

準備中

Documentation * Discord Server