Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 405 Bytes

README.rst

File metadata and controls

32 lines (19 loc) · 405 Bytes

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.