Requirements

The Teamwire Python SDK is currently distributed as binary wheel packages for Python 3.11, 3.12 and 3.13 environments.

Programming Teamwire bots requires:

  • A Python environment with pip installed (virtualenv is recommended).

  • The Teamwire SDK Python package - Download.

  • A Teamwire installation and access to the Teamwire Dashboard.

From a knowledge perspective, working with the Teamwire SDK requires some knowledge of:

  • Python 3 programming language.

  • Asynchronous programming in Python using asyncio, async and await.

  • Performing HTTP requests using aiohttp or similar.

  • Basic Teamwire functionality.