nekobinpy:适用于Python3的异步Nekobin API包装器 源码
:cat_face: Nekobin API包装器 :down_arrow: 通过安装nekobin :snake: 点: pip install nekobin :NEW_button: 通过以下方式升级nekobin :snake: 点: pip install -U nekobin :down_arrow: 通过安装nekobin :globe_with_meridians: 来源: git clone https://github.com/OpenRestfulAPI/nekobinpy cd nekobinpy make install :open_book: 用法示例: from nekobin import NekoBin, errors import asyncio nekobin = NekoBin() async def main(): try: neko = await nekobin.nekofy( content="Hello World",
用户评论