Skip to content
Alex Golec edited this page Feb 28, 2021 · 5 revisions

Introduction

As tda-api is constantly growing and improving, with bug fixes and new functionality landing regularly. If you'd like to help us test new versions and are tolerant of pre-release quality software, consider joining our beta program!

Beta versions are publicly available, and you don't need to join this program to use them. However, beta program members receive priority attention on bugs encountered whenever a tda-api version is in testing.

How to Join

Joining the tda-api beta program is easy:

  1. Join our dedicated Discord channel where we discuss ongoing beta versions.
  2. Install the latest beta version as follows, where the version number is the most recent beta version. The full installation invocation is also listed in the channel topic of the #beta-users channel:

pip install --upgrade --pre tda-api

  1. Try to break things! At the very least, do whatever you were doing previous except with an updated tda-api version.

Reporting bugs

Because beta versions are so volatile, we ask that you report issues to the Discord channel before you submit tickets here on GitHub. This way the authors can investigate and fix issues more quickly.

Clone this wiki locally