Skip to main content

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

Project description

Teamtalk.py

Documentation Build Status GitHub Releases PyPI Version Python versions License Code style: black PRs Welcome

teamtalk.py 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 teamtalk.py

From source

git clone https://github.com/JessicaTegner/teamtalk.py
cd teamtalk.py
poetry install

Usage

import teamtalk

bot = teamtalk.TeamTalkBot()

@bot.event
async def on_ready():
    test_server = teamtalk.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

License

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_

You can also donate to the projects maintainer (JessicaTegner) to help support the development of teamtalk.py:

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

teamtalk_py-1.0.0.tar.gz (20.3 kB view details)

Uploaded Source

Built Distribution

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

teamtalk_py-1.0.0-py3-none-any.whl (25.3 kB view details)

Uploaded Python 3

File details

Details for the file teamtalk_py-1.0.0.tar.gz.

File metadata

  • Download URL: teamtalk_py-1.0.0.tar.gz
  • Upload date:
  • Size: 20.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.0 CPython/3.11.0 Windows/10

File hashes

Hashes for teamtalk_py-1.0.0.tar.gz
Algorithm Hash digest
SHA256 b4a9f5124fd7ba4248828f5571368d19f064b0d9c720145e0e0f398ca9bead26
MD5 6269355833441f0930f179c8e4e690f9
BLAKE2b-256 e0f2bee0f5b29786901234c7a222f1a93333fb1ae475d2f418344b530b9f1fb1

See more details on using hashes here.

File details

Details for the file teamtalk_py-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: teamtalk_py-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 25.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.0 CPython/3.11.0 Windows/10

File hashes

Hashes for teamtalk_py-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 827680286e1f2efd1932c633bac4d347a8c0cb7a3fa016e5ca80d2ea8bf8f8ae
MD5 a87b437aee5a0a060e766a14fb30273b
BLAKE2b-256 5ea3acf9ab259bd934eba2ffa9a4393f59271942cc54acb1b0f44c7cb0a58896

See more details on using hashes here.

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