Metadata-Version: 2.4
Name: banterbotapi
Version: 1.0.19
Summary: Python SDK for building bots on Banter (banterchat.org) — discord.py-style.
Author-email: Banter <contact@banterchat.org>
License-Expression: MIT
Project-URL: Homepage, https://banterchat.org
Project-URL: Repository, https://banterchat.org
Keywords: banter,bot,chat,sdk,discord-py-style
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.9
Requires-Dist: websockets>=12
Dynamic: license-file

# banterbotapi

Python SDK for building bots on [Banter](https://banterchat.org).

```bash
pip install banterbotapi
```

```python
from banterapi import Bot, Intents

bot = Bot(intents=Intents.default() | Intents.MESSAGE_CONTENT)
bot.run("YOUR_TOKEN")
```

Install name is `banterbotapi`, import name is `banterapi` (same pattern as Pillow/PIL).
