{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/10"}],"enrichment":{"capability":"A Python framework for building QQ chat bots that connect to Tencent's QQ Open Platform API, handling message events, API calls, and bot lifecycle management.","skillfed_tags":["async-bot-framework","qq-platform","event-driven"],"use_cases":["Build a QQ guild bot that responds to @-mentions with automated replies or command processing.","Create a scheduled announcement bot using APScheduler to post messages at fixed times.","Implement a moderation or logging bot that listens to guild member events and message changes.","Develop a bot that fetches external data and posts formatted embeds or markdown messages to QQ channels.","Set up a bot that handles direct messages and routes them to a backend service."],"what_it_does":"qq-botpy is an async Python framework for building bots on Tencent's QQ Open Platform. It wraps the platform's REST API and event streaming, letting you define a bot by subclassing `botpy.Client` and implementing event handlers like `on_at_message_create` for @-mentions or `on_ready` for startup. The framework manages connection lifecycle, intent subscription, and async message dispatch via aiohttp, with APScheduler available for scheduled tasks and PyYAML for config loading.\n\nYou register which event types to listen for via an `Intents` object, then call `client.run()` with your app credentials. The framework handles incoming events as typed objects (e.g., `Message`), and you reply or post via `self.api` methods. It's designed for guild-based chat bots and direct messages, with built-in support for rich message types (embeds, markdown, keyboards, file attachments).","worth_installing":"Yes, if you are building a QQ bot and accept dormant maintenance. The framework is stable with no known vulnerabilities and low install friction. However, expect no active support or updates\u2014verify that the current API surface matches your QQ Open Platform version before committing to production use."},"id":"qq-botpy","links":{"html":"https://skillfed.io/packages/qq-botpy","md":"https://skillfed.io/packages/qq-botpy.md","pypi":"https://pypi.org/project/qq-botpy/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-03-22","license_spdx":null,"license_treatment":"permissive","name":"qq-botpy","python_support":"unspecified","summary":"qq robot client with python3"},"popularity":{"monthly_downloads":259392,"position":8412,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.2.1"}
