Skip to main content

Asynchronous I/O Client for Baidu Tieba

Project description


简介

aiotieba使用asynciohttpx封装了大量百度贴吧核心API

本框架以提高二次开发速度为首要设计目标,命名规则统一,类型注解和方法注释完全覆盖所有用户接口

安装并使用

  • 安装
pip install aiotieba
  • 体验一下
import asyncio

import aiotieba


async def main():
    async with aiotieba.Client() as client:
        print(await client.get_threads("天堂鸡汤"))


asyncio.run(main())

友情链接

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiotieba-3.0.0.tar.gz (103.1 kB view hashes)

Uploaded Source

Built Distribution

aiotieba-3.0.0-py3-none-any.whl (186.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page