https://github.com/vintasoftware/tapioca-twitter
Twitter API wrapper using tapioca
https://github.com/vintasoftware/tapioca-twitter
Last synced: about 1 year ago
JSON representation
Twitter API wrapper using tapioca
- Host: GitHub
- URL: https://github.com/vintasoftware/tapioca-twitter
- Owner: vintasoftware
- License: bsd-3-clause
- Created: 2015-01-29T17:26:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T19:48:28.000Z (over 8 years ago)
- Last Synced: 2024-10-30T01:04:43.314Z (over 1 year ago)
- Language: Python
- Homepage: https://twitter.com/
- Size: 25.4 KB
- Stars: 16
- Watchers: 26
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tapioca Twitter
## Instalation
```
pip install tapioca-twitter
```
## Documentation
``` python
from tapioca_twitter import Twitter
api = Twitter(
api_key='{your-api-id}',
api_secret='{your-api-secret}',
access_token='{your-access-token}',
access_token_secret='{your-access-token-secret}',
)
```
### Serialization
- datetime
- Decimal
### Deseralization
- datetime
- Decimal
## More
- Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html)
- Explore this package using iPython
- Have fun!