create initial scraping prototype

This commit is contained in:
2024-12-19 00:02:48 -07:00
commit c4521af5c2
8 changed files with 1620 additions and 0 deletions

9
scraper/package.json Normal file
View File

@ -0,0 +1,9 @@
{
"type": "module",
"dependencies": {
"puppeteer": "^23.11.0"
},
"scripts": {
"start": "node index.js"
}
}