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

https://github.com/matthewdargan/swippy

Retrieve from the eBay Finding API and store results in a PostgreSQL database
https://github.com/matthewdargan/swippy

ebay ebay-api go golang postgresql

Last synced: 10 months ago
JSON representation

Retrieve from the eBay Finding API and store results in a PostgreSQL database

Awesome Lists containing this project

README

          

# Swippy

[![GoDoc](https://godoc.org/github.com/matthewdargan/swippy?status.svg)](https://godoc.org/github.com/matthewdargan/swippy)
[![Go Report Card](https://goreportcard.com/badge/github.com/matthewdargan/swippy)](https://goreportcard.com/report/github.com/matthewdargan/swippy)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)

Swippy retrieves from the
[eBay Finding API](https://developer.ebay.com/api-docs/user-guides/static/finding-user-guide-landing.html)
and stores results in a PostgreSQL database.

Usage:

swippy {advanced|category|keyword|product|ebay-store} params

The `EBAY_APP_ID` and `DB_URL` environment variables are required.

## Examples

Retrieve phones by keyword:

```sh
swippy keyword 'keywords=phone'
```

Retrieve phones by category:

```sh
swippy category 'categoryId=9355'
```