Skip to main content

Lightweight and powerful framework for the TrueConf Server Chatbot API

Project description

trueconf

python-trueconf-bot

This is a lightweight and powerful wrapper for the TrueConf Server Chatbot API which enables quick integration of chatbots into TrueConf solutions.

PyPI Downloads

Example Bot in TrueConf

💡TIP

We were inspired by the popular aiogram library, so, the transition will be simple for developers already familiar with this library.


⚙️ Install

You can install python-trueconf-bot using pip:

pip install python-trueconf-bot

Or with uv (recommended):

uv add python-trueconf-bot

📦 Version Compatibility

TrueConf Server Version Required Library Version
< 5.5.0 ❌ Not supported
5.5.0 — 5.5.2 v1.1.x
>= 5.5.3 v1.2.1 (or higher)

📌 Key Features

  • Easy integration with the TrueConf Server Chatbot API
  • Quick start with the python-trueconf-bot package
  • Modern and intuitive Python API (from trueconf import Bot)
  • Support for all major TrueConf Server chatbot features.

☝️IMPORTANT

Chatbot features are supported in TrueConf Server 5.5 or above, TrueConf Enterprise, and TrueConf Server Free.

🚀 Example Bot

import asyncio
from trueconf import Bot, Dispatcher, Router, Message, F, ParseMode
from os import getenv

router = Router()
dp = Dispatcher()
dp.include_router(router)

TOKEN = getenv("TOKEN")

bot = Bot(server="video.example.com", token=TOKEN, dispatcher=dp)


@router.message(F.text)
async def echo(msg: Message):
    await msg.answer(f"You says: **{msg.text}**", parse_mode=ParseMode.MARKDOWN)


async def main():
    await bot.run()


if __name__ == "__main__":
    asyncio.run(main())

📚 Documentation

  1. TrueConf Server Chatbot API Documentation
  2. python-trueconf-bot Documentation
  3. Examples

All updates and releases are available in the repository. Track the build status and test coverage.


Start building smart and reliable bots for TrueConf today with python-trueconf-bot!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_trueconf_bot-1.4.0b1.tar.gz (464.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_trueconf_bot-1.4.0b1-py3-none-any.whl (120.5 kB view details)

Uploaded Python 3

File details

Details for the file python_trueconf_bot-1.4.0b1.tar.gz.

File metadata

  • Download URL: python_trueconf_bot-1.4.0b1.tar.gz
  • Upload date:
  • Size: 464.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for python_trueconf_bot-1.4.0b1.tar.gz
Algorithm Hash digest
SHA256 7f5242fd565e20956139202230e11b8c0abea264b46ac551e63445de9a7ee848
MD5 994f612bbe83889bc6f4a5e4549f5760
BLAKE2b-256 41728e401d81e1cd3d5e92a470c983b907dce382bb5e6a2784f06a9ae9f0f490

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_trueconf_bot-1.4.0b1.tar.gz:

Publisher: release.yml on TrueConf/python-trueconf-bot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_trueconf_bot-1.4.0b1-py3-none-any.whl.

File metadata

File hashes

Hashes for python_trueconf_bot-1.4.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 371c681e943a3c78faa4bf06ffadc87f7073684b3edb1c35b60fd3ed2bd068d2
MD5 0ae0062e0a1e58c8b70629bcc319f89f
BLAKE2b-256 eac21c1452f9dd2907b7708476e9e931fbce832da911d1a9394a1bf441b6064f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_trueconf_bot-1.4.0b1-py3-none-any.whl:

Publisher: release.yml on TrueConf/python-trueconf-bot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page