Metadata-Version: 2.4
Name: ighap-bot
Version: 0.1.2
Summary: Unofficial iGap Bot API client for Python
Home-page: https://github.com/sinyor-ehsan/ighap-bot
Author: Ehsan
Author-email: Ehsan <Botkaplus@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/sinyor-ehsan/ighap-bot
Project-URL: Source, https://github.com/sinyor-ehsan/ighap-bot
Project-URL: Issues, https://github.com/sinyor-ehsan/ighap-bot/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: protobuf<4.0.0,>=3.19.0
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: Pillow>=9.0.0
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# ighap-bot

Unofficial Python client for iGap Bot API.

## Installation
```bash
pip install ighap-bot

Usage

from ighap_bot.bot import BotClient

bot = BotClient(token="YOUR_TOKEN")

@bot.on_message()
async def handle_message(message):
    await bot.send_message(message.room_id, "Hello from iGap bot!")

bot.run()


Features
• 	Async client using 
• 	Message handling with filters
• 	File upload support
• 	Extensible architecture
License
MIT
