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

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_

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.1.0.tar.gz (24.1 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.1.0-py3-none-any.whl (29.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: teamtalk_py-1.1.0.tar.gz
  • Upload date:
  • Size: 24.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for teamtalk_py-1.1.0.tar.gz
Algorithm Hash digest
SHA256 8edaf30b1c8045c8c3e8831e4a15c9119bd492d1bb356da123caea4b1fa87244
MD5 7f378511ca10fa2bb9b9378644617c37
BLAKE2b-256 3f50bdb3c00b225961f430b4137fc35bcdc68cc54810cfc5007a2ae44d684989

See more details on using hashes here.

File details

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

File metadata

  • Download URL: teamtalk_py-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 29.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for teamtalk_py-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0b5a6631b7cc9d3bbe5e3606fc98a804891b3a5265062666f886bde06b497936
MD5 885eae0fe9cdd80c9114d835f104b5e2
BLAKE2b-256 d338c438162d847cfbdf2fc689b5c9372e3dd05d83685fb0647c33f8ac91a037

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