Requirements
The Teamwire Python SDK is currently distributed as binary wheel packages for Python 3.7, 3.8, 3.9 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 Administrator Portal.
From a knowledge perspective, working with the Teamwire SDK requires some knowledge on:
-
Python 3 programming language
-
Asynchronous programming in Python using
asyncio
,async
andawait
. -
Performing HTTP requests using
aiohttp
or similar. -
Basic Teamwire functionalities.