Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meatyite/python-tweeterid

Get twitter handles based on user ID's and vice-versa via tweeterid.com in python
https://github.com/meatyite/python-tweeterid

pypi python python3

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# python-tweeterid
Get twitter handles based on user ID's and vice-versa via tweeterid.com in python
## Example
```python3
import tweeterid

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