Unofficial iGap Bot API client for Python
Project description
ighap-bot
Unofficial Python client for iGap Bot API.
Installation
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ighap_bot-0.1.0.tar.gz
(113.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ighap_bot-0.1.0-py3-none-any.whl
(343.7 kB
view details)
File details
Details for the file ighap_bot-0.1.0.tar.gz.
File metadata
- Download URL: ighap_bot-0.1.0.tar.gz
- Upload date:
- Size: 113.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b13d31fda755c9e546a3d523c56a27e476a5ac274738e392632fc522e99fc59
|
|
| MD5 |
70f4afb43d54cd6bbcbb4b98c82f94af
|
|
| BLAKE2b-256 |
a55e0e171ee516295e78a3401995c0b8b50ef0e243d21cba294060e8aefbbd85
|
File details
Details for the file ighap_bot-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ighap_bot-0.1.0-py3-none-any.whl
- Upload date:
- Size: 343.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53dea287906a13eadddd17eb5362c9584671243e16d06edbc9f8992136e96199
|
|
| MD5 |
c51ae4e1c96e6ccf0db45205325d3ae6
|
|
| BLAKE2b-256 |
0eca1bdb49a98b32d17d2eec25b0385bb59494e6aad8dd683b924b1858613804
|