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.2.0.tar.gz (25.4 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.2.0-py3-none-any.whl (31.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: teamtalk_py-1.2.0.tar.gz
  • Upload date:
  • Size: 25.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for teamtalk_py-1.2.0.tar.gz
Algorithm Hash digest
SHA256 3143ad02783eceacb3cae81af7f721d572b4c7673873151c0dabd59e0575e051
MD5 8d658649bc15e23330b24cc99d6036f9
BLAKE2b-256 4c6dfa40253bf04dd59c86f1058a9f53cb62a0a2bcdcf754baf58f6a0fc5dd90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: teamtalk_py-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 31.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for teamtalk_py-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a84de571ee4e1ed81db6eda60292a8d98c2ba977fa937afcc6e49552ada208d1
MD5 351640d369914ceebc031bf3a23f0638
BLAKE2b-256 78971b5e340db09d6ad90163d8dd069bd8dbe5f1758f199eef8d0bce9b4324d5

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