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
- Host: GitHub
- URL: https://github.com/matthewdargan/swippy
- Owner: matthewdargan
- License: apache-2.0
- Created: 2023-06-10T06:39:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T02:01:56.000Z (over 1 year ago)
- Last Synced: 2024-12-08T21:00:18.771Z (over 1 year ago)
- Topics: ebay, ebay-api, go, golang, postgresql
- Language: Go
- Homepage:
- Size: 207 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swippy
[](https://godoc.org/github.com/matthewdargan/swippy)
[](https://goreportcard.com/report/github.com/matthewdargan/swippy)
[](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'
```