Moved ebay scraping into separate directory and added rust version

This commit is contained in:
2025-05-29 00:29:53 -04:00
parent 89bd668a9c
commit c1af98d1c2
12 changed files with 2806 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"name": "greasemonkey",
"version": "1.0.0",
"main": "ebay_command_line_tool.js",
"license": "MIT",
"dependencies": {
"puppeteer": "^24.9.0",
"commander": "^14.0.0"
},
"scripts": {
"scrape": "node ebay_command_line_tool.js"
}
}