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.2.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.2-py3-none-any.whl
(343.7 kB
view details)
File details
Details for the file ighap_bot-0.1.2.tar.gz.
File metadata
- Download URL: ighap_bot-0.1.2.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 |
8813763e4037046df50954ef237b0659cf5f81d1cbe61d171230c2f6a9282bab
|
|
| MD5 |
bf6aa8ace34f3f628c124e1948d97363
|
|
| BLAKE2b-256 |
73d09e959c67ff2b56d7b2c49f99e2c6554ee66822636646b1032c0101b925dc
|
File details
Details for the file ighap_bot-0.1.2-py3-none-any.whl.
File metadata
- Download URL: ighap_bot-0.1.2-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 |
ea07a783d71b9737f6a53ead0375fd1f8fa83337f03ed90ef04834bfd5cbceb0
|
|
| MD5 |
91a9cdc1ac20c8c891ded80b1267ede6
|
|
| BLAKE2b-256 |
56b058ab78d755f2494d22a684f0dbb810f3221100281fa74108f527c35e3737
|