Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jssdeveloper/get_ebay_listings
Program written in Go to download active ebay items to csv file without using eBay web page. You can use Cron job to create daily imports.
https://github.com/jssdeveloper/get_ebay_listings
csv ebay ebay-api ebay-import
Last synced: 4 days ago
JSON representation
Program written in Go to download active ebay items to csv file without using eBay web page. You can use Cron job to create daily imports.
- Host: GitHub
- URL: https://github.com/jssdeveloper/get_ebay_listings
- Owner: jssdeveloper
- License: mit
- Created: 2023-06-19T18:14:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-25T20:25:47.000Z (over 1 year ago)
- Last Synced: 2024-08-02T20:46:49.725Z (3 months ago)
- Topics: csv, ebay, ebay-api, ebay-import
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go eBay listing downloader
Program written in Go to download active ebay items to csv file without using eBay web page. You can use Cron job to create daily imports.Used external packages:
Godotenv to load environment variables https://github.com/joho/godotenvThe main goal is to read active eBay listings using eBay API.
Before you start:
Make sure you have ebay API key. If you dont have it, please visit https://developer.ebay.com/ and register account.
After the account has been verified you can generate new production keyset in developer portal or can use oauth2 according to eBay documentation.Make sure you have go version 1.20 or later installed on your machine
Clone the repository to your local machine
Paste the API key into .env file - replace your_api_key with your API key
In console while in active folder type and run go mod tidy
type and execute go run .