https://github.com/madhurjain/ebaylister
Downloads data from FTP, dumps it to MySQL, lists it on eBay using eBay API
https://github.com/madhurjain/ebaylister
Last synced: 13 days ago
JSON representation
Downloads data from FTP, dumps it to MySQL, lists it on eBay using eBay API
- Host: GitHub
- URL: https://github.com/madhurjain/ebaylister
- Owner: madhurjain
- Created: 2012-01-13T16:38:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-13T17:32:39.000Z (over 13 years ago)
- Last Synced: 2025-04-17T18:23:21.206Z (18 days ago)
- Language: C#
- Homepage:
- Size: 3.58 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Downloads tab delimited files from the specified FTP location and dumps data from those files to MySQL.
Then, using the eBay API lists this data on eBay.NOTE : I'd developed this application back in 2009. eBay API have changed drastically since then. So
the application wouldn't work out of the box. I have put it up here just for my reference.
Let me know if anybody is interested in using my code, I will be glad to help.