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
pipinstalled (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,asyncandawait. -
Performing HTTP requests using
aiohttpor similar. -
Basic Teamwire functionality.