You can find some example code in the development folder in the T-Bot repository. I have deliberately left this unfinished to provide a challenge! You can see there is a lot of room for improvement!
T-Bot Tool Kits
The T-Bot tool kits have arrived!

Macro Recording
Macro recording has been added to the Python T-Bot Controller. You can find it here. The response of the controller tends to be a bit slower on Windows or Mac than it is for Linux. You can try changing data = sock.read(32).decode(encoding=’utf-8′) to data = sock.read(16).decode(encoding=’utf-8′). You might sacrifice the quality of the data plotting.

Press the yellow button to record your command macro and the green button to play it back. Note, you will be locked out of the GUI during play back. There is also a trash button to clear the macro. While the macro replay will exhibit characteristics of the original sequence, the stochastic nature of the T-Bot’s movement means even repeated replays of the macro will be far from identical.
The red record button is for recording the incoming data. The speed factor is applied when using the arrow keys to control your robot.
Arrow key speed factor for Python controller
The Python controller software has been updated to include a speed factor for controlling the T-Bot with the arrow keys.
New T-Bot Software
The new version of the T-Bot software is now more responsive and is required for the Android and Python versions of the T-Bot Controller. You can find it here.
T-Bot Controller for Android
The T-Bot controller for Android is available here. If you’re not content to just use it as it is, you can develop it further or just customise it as you please. You will need to create a free App Inventor account and import the TBOTController.aia file which can be found here.
App Inventor, with it’s block style interface, makes writing apps very easy.

New Python T-Bot Controller
A new python based Bluetooth controller has been added to the T-Bot GitHub repository. The pySerial version is compatible with Windows and Mac. The SOCKET and pyBluez versions are compatible with Linux. Instructions can be found here.

The controller supports live plotting and you can use the record button to save the data to a csv file.