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.2.tar.gz (459.0 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.2-py3-none-any.whl (120.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: python_trueconf_bot-1.4.2.tar.gz
  • Upload date:
  • Size: 459.0 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.2.tar.gz
Algorithm Hash digest
SHA256 b529ea5fd685b0fbfdd6d798e7e32c99cf1f9a071bd441472f3f7d7399e23f81
MD5 121a3fac357c3aa71829d09d9f99b54e
BLAKE2b-256 53b2bbdbd14783f14ab11bf8351fe5c91bdfe9b5fcd09cbb2e80c6344b949401

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_trueconf_bot-1.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 49d280a89e8dabce1fa216437aec5abeecdc00dfd2f11f2bb77b909ae19f4e33
MD5 d5967ac27444989f025cffd4e7b80114
BLAKE2b-256 3965cbdf5d4f8d10bcece682ce3d4a0813df1e75f1d4c708c21fb9eb58610ffa

See more details on using hashes here.

Provenance

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

1.4.4

2 files

1.4.3

2 files

This release

1.4.2 This release

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