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

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

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!