Unofficial T world API for Python.
Project description
Unofficial T world API for Python.
Installation
$ pip install tworld
Getting Started
Login
tworld = TWorld() tworld.login('username', 'password') print tworld.logged_in() # True
License
tworld is under MIT license. See the LICENSE file for more info.