https://github.com/vintasoftware/tapioca-harvest
Harvest wrapper using tapioca
https://github.com/vintasoftware/tapioca-harvest
Last synced: about 1 year ago
JSON representation
Harvest wrapper using tapioca
- Host: GitHub
- URL: https://github.com/vintasoftware/tapioca-harvest
- Owner: vintasoftware
- License: mit
- Created: 2015-09-21T05:49:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T17:37:28.000Z (over 8 years ago)
- Last Synced: 2025-04-19T22:16:43.590Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 25
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tapioca Harvest
## Installation
```
pip install tapioca-harvest
```
## Documentation
``` python
from tapioca_harvest import Harvest
api = Harvest(
token='{YOUR_HARVEST_API_TOKEN}',
account_id='{YOUR_HARVEST_ACCOUNT_ID}',
user_agent='{YOUR_HARVEST_APP_NAME}'
)
```
No more documentation needed.
- Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html)
- Explore this package using iPython
- Have fun!