matthewdargan / swippy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swippy

GoDoc Go Report Card License

Swippy retrieves from the eBay Finding API 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:

swippy keyword 'keywords=phone'

Retrieve phones by category:

swippy category 'categoryId=9355'

About

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

License:Apache License 2.0


Languages

Language:Go 87.1%Language:Nix 12.9%