Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 237 Bytes

File metadata and controls

9 lines (8 loc) · 237 Bytes

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'))