Skip to main content

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!

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.4.tar.gz (459.6 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.4-py3-none-any.whl (121.5 kB view details)

Uploaded Python 3

File details

Details for the file python_trueconf_bot-1.4.4.tar.gz.

File metadata

  • Download URL: python_trueconf_bot-1.4.4.tar.gz
  • Upload date:
  • Size: 459.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for python_trueconf_bot-1.4.4.tar.gz
Algorithm Hash digest
SHA256 2a6e32e30524837887f3981003c0ec45ac586026690af0ab88f5429cc6d99b80
MD5 79ade61e25c373d51b3fff89d4595c11
BLAKE2b-256 4af4ad73a9fbb73bb162dc9d40f411e8178fac0ae3e9a6821f3c1182bd97431a

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_trueconf_bot-1.4.4.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.4-py3-none-any.whl.

File metadata

File hashes

Hashes for python_trueconf_bot-1.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 38b9f5dbba7c330a716ee944cec0b134f3d126dc1a538fc8e26693415cbd88b9
MD5 156f36867df6cce89d0de867a928f934
BLAKE2b-256 f3abfff3db795edbd8b39ccc71e52bb98f25b412ef3a5acd54957523d77be8e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_trueconf_bot-1.4.4-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.

Release history Release notifications | RSS feed

This release

1.4.4 This release

2 files

1.4.3

2 files

1.4.2

2 files

1.4.1

2 files

1.4.0

2 files

1.3.0

2 files

1.2.3

2 files

1.2.2

2 files

1.2.1

2 files

1.2.0

2 files

1.1.10

2 files

1.1.9

2 files

1.1.8

2 files

1.1.7

2 files

1.1.6

2 files

1.1.5

2 files

1.1.4

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

1.0.0

2 files

Supported by

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