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 191610330c
feat: pre-commitの設定を追加
2 years ago
mipac chore: コードのフォーマット 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 docs: update CHANGELOG.md 2 years ago
LICENSE chore: add LICENSE 2 years ago
MANIFEST.in chore: add MANIFEST.in 2 years ago
README.md docs: update README.md 2 years ago
pyproject.toml chore: 開発環境の整備 2 years ago
requirements.txt feat: init 2 years ago
setup.py chore: 開発環境に必要なライブラリを追記 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

Libraries

  • Discord.py
    • 一部や仕組みを参考にさせてもらっています。実際にコードも利用しています

開発者向け情報

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

LICENSE

準備中

Documentation * Discord Server