Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meatyite/python-tweeterid
- Owner: meatyite
- License: wtfpl
- Created: 2019-08-22T10:28:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T07:01:33.000Z (over 4 years ago)
- Last Synced: 2024-04-24T01:02:39.473Z (7 months ago)
- Topics: pypi, python, python3
- Language: Python
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 tweeteridprint(tweeterid.handle_to_id('sl4v1'))
print(tweeterid.id_to_handle('1062744378379141120'))
```