Really basic scraper using counted divs and prefixes

This commit is contained in:
2023-09-27 15:07:06 -05:00
parent 5d3c643d97
commit b1a98f59e2
5 changed files with 3062 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"dependencies": {
"body-parser": "^1.20.1",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"moment": "^2.29.4",
"mongo-sanitize": "^1.1.0",
"mongodb": "^6.1.0",
"node-cron": "^3.0.2",
"pug": "^3.0.2",
"request": "^2.88.2"
}
}