tworld

Unofficial T world API for Python.


Keywords
tworld
License
MIT
Install
pip install tworld

Documentation

tworld

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.