Metadata-Version: 2.4
Name: elizaos-plugin-nextcloud-talk
Version: 2.0.0a4
Summary: Nextcloud Talk plugin for elizaOS - Python implementation for webhook bot integration
Project-URL: Homepage, https://github.com/elizaos/eliza
Project-URL: Documentation, https://elizaos.ai/docs
Project-URL: Repository, https://github.com/elizaos/eliza
Author: elizaOS Contributors
License-Expression: MIT
Keywords: agents,ai,bot,chat,elizaos,nextcloud,nextcloud-talk,webhook
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: pydantic>=2.10.0
Provides-Extra: dev
Requires-Dist: mypy>=1.14.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.24.0; extra == 'dev'
Requires-Dist: pytest-cov>=6.0.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: python-dotenv>=1.0.0; extra == 'dev'
Requires-Dist: ruff>=0.8.0; extra == 'dev'
Description-Content-Type: text/markdown

# elizaOS Nextcloud Talk Plugin (Python)

Python implementation of the Nextcloud Talk plugin for elizaOS.

## Features

- Webhook bot integration with Nextcloud Talk
- HMAC-SHA256 signature verification
- Bot secret authentication
- Support for DMs and group chats
- Reactions support

## Installation

```bash
pip install elizaos-plugin-nextcloud-talk
```

## Configuration

Set these environment variables:

- NEXTCLOUD_URL - Base URL of your Nextcloud instance
- NEXTCLOUD_BOT_SECRET - Bot secret from occ talk:bot:install

Optional:
- NEXTCLOUD_ENABLED - Enable/disable plugin (default: true)
- NEXTCLOUD_WEBHOOK_PORT - Webhook port (default: 8788)
- NEXTCLOUD_WEBHOOK_HOST - Webhook host (default: 0.0.0.0)
- NEXTCLOUD_WEBHOOK_PATH - Webhook path (default: /nextcloud-talk-webhook)

## License

MIT
