Skip to content

devxoul/tworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.