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.

📌 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.1.6.tar.gz (378.7 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.1.6-py3-none-any.whl (86.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: python_trueconf_bot-1.1.6.tar.gz
  • Upload date:
  • Size: 378.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for python_trueconf_bot-1.1.6.tar.gz
Algorithm Hash digest
SHA256 77c8f64755b1bf2a30f93c6a31fc780aecdf0a7f16a4c7808a0dbb0c960fa8d3
MD5 e1e2a82c26952131d6a2fbcda410364f
BLAKE2b-256 fd9874b7a57bb439991ca72826817687da2d16c5ea5b29b55f3fb3c547af6149

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for python_trueconf_bot-1.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 877c8b360926a5b5f80187ac9ef5c00af5fff0003c684e341af0d79bcc80b0c6
MD5 d9f0894572d7a30fef9dc96822919c61
BLAKE2b-256 79195ef9b75cfab2a0b296a3bb60d6fa5fcba15077e9b50899263d57ffe0d88e

See more details on using hashes here.

Provenance

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