tweeterid

Get twitter handles based on user ID's and vice-versa via tweeterid.com in python


License
WTFPL
Install
pip install tweeterid==1.0.0

Documentation

python-tweeterid

Get twitter handles based on user ID's and vice-versa via tweeterid.com in python

Example

import tweeterid

print(tweeterid.handle_to_id('sl4v1'))
print(tweeterid.id_to_handle('1062744378379141120'))