Metadata-Version: 2.4
Name: aidev-wxbot
Version: 1.0.4
Summary: A Django app for WeChat AI bot integration with BK AI Dev platform
Author: tencentblueking
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: django<5.0,>=4.0
Requires-Dist: djangorestframework>=3.14.0
Requires-Dist: pika<2.0,>=1.3.0
Requires-Dist: pycryptodome>=3.23.0
Requires-Dist: pydantic>=2.11.7
Requires-Dist: requests>=2.32.5
Requires-Dist: stackprinter>=0.2.12
Description-Content-Type: text/markdown

# aidev-wxbot-plugin

A WeChat bot plugin for bkaidev platform.

## Description

This plugin provides WeChat bot functionality for the bkaidev platform, enabling automated message handling and responses.

## Features

- WeChat message callback handling
- Automated message processing
- Integration with bkaidev platform

## Installation

```bash
pip install aidev_wxbot
```

## Usage

Configure the plugin in your bkaidev platform and set up the WeChat bot callback URL.

## License

MIT License