Skip to main content

a simple but powerful pythonic library for making bots for the TeamTalk5 Conferencing System

Project description

Pytalk

py-talk is a simple but powerful pythonic library for making bots for the TeamTalk5 Conferencing System

Installing

Python 3.8 or higher is required

From PyPI

pip install py-talk-ex

From source

git clone https://github.com/BlindMaster24/pytalk
cd pytalk
uv sync

Usage

import teamtalk

bot = pytalk.TeamTalkBot()

@bot.event
async def on_ready():
    test_server = pytalk.TeamTalkServerInfo("localhost", 10335, 10335, "user", "pass")
    await bot.add_server(test_server)

@bot.event
async def on_message(message):
    if message.content.lower() == "ping":
        message.reply("pong")

bot.run()

Documentation

You can find the full documentation here

Troubleshooting

Erro when downloading the teamtalk sdk

Error: patoolib.util.PatoolError: could not find an executable program to extract format 7z; candidates are (7z,7za,7zr,unar),

Solution:

$ sudo apt install p7zip-full

Explanation:

The error is caused by the fact that the patool library requires a program to extract 7z files. The error message lists the programs it tried to use, and the solution is to install one of them. In this case, p7zip-full is a good choice.

Contributing

So you want to contribute to teamtalk.py? Great! There are many ways to contribute to this project, and all contributions are welcome. If you have found a bug, have a feature request or want to help improve documentation please open an issue_

License

This project is licensed under the MIT License - see the LICENSE file for details

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

py_talk_ex-1.5.0.tar.gz (32.0 kB view details)

Uploaded Source

Built Distribution

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

py_talk_ex-1.5.0-py3-none-any.whl (39.6 kB view details)

Uploaded Python 3

File details

Details for the file py_talk_ex-1.5.0.tar.gz.

File metadata

  • Download URL: py_talk_ex-1.5.0.tar.gz
  • Upload date:
  • Size: 32.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for py_talk_ex-1.5.0.tar.gz
Algorithm Hash digest
SHA256 196f340b9d71d24a5d955fd23b60bc4101c4304fab22cc42701ae2e69ce121f0
MD5 ce4dfcd5413335ab7dade5b680dc1cd2
BLAKE2b-256 d069917bc6d87f2fb964ffdefe686b53f5557d1f100de17cac1d159fa8d0caf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_talk_ex-1.5.0.tar.gz:

Publisher: ci.yaml on BlindMaster24/pytalk

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

File details

Details for the file py_talk_ex-1.5.0-py3-none-any.whl.

File metadata

  • Download URL: py_talk_ex-1.5.0-py3-none-any.whl
  • Upload date:
  • Size: 39.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for py_talk_ex-1.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 93d99f6c55ed4747860151efeac1dcd3575c343a0184f1a6c878aeef025d6485
MD5 5e9d5ffcde6e2f6beceb9bafbcc98da6
BLAKE2b-256 2c38c5f9bb468e6198472ebc4b355c17a9fc0e537c1479abf5e5d0a8c768b04d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_talk_ex-1.5.0-py3-none-any.whl:

Publisher: ci.yaml on BlindMaster24/pytalk

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