nekobinpy:适用于Python3的异步Nekobin API包装器

时间:2021-02-28 06:04:58
【文件属性】:
文件名称:nekobinpy:适用于Python3的异步Nekobin API包装器
文件大小:19KB
文件格式:ZIP
更新时间:2021-02-28 06:04:58
Python :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",
【文件预览】:
nekobinpy-master
----.gitattributes(66B)
----requirements.txt(30B)
----LICENSE(34KB)
----requirements_dev.txt(43B)
----nekobin()
--------utils.py(168B)
--------errors.py(110B)
--------__init__.py(90B)
--------types.py(750B)
--------client.py(1KB)
----setup.py(830B)
----README.md(2KB)
----Makefile(222B)
----.pre-commit-config.yaml(1KB)
----.gitignore(2KB)
----example.py(921B)

网友评论