feat: add sources to retrieve news and divide the IA reflexions in 2 steps to limit the number of news
This commit is contained in:
14
scraper-service/package.json
Normal file
14
scraper-service/package.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "tradarr-scraper-service",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.19.2",
|
||||
"puppeteer-extra": "^3.3.6",
|
||||
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
||||
"puppeteer": "^22.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user