Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 567 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 567 Bytes

carousell-monitor-playlist

local development

$ helloworld

docker network create browserless-net

# start browserless container
$ docker run -d --name test --network browserless-net --hostname browserless -p 3000:3000 -e "DEFAULT_LAUNCH_ARGS=[\"--disable-features=site-per-process\"]" browserless/chrome:1.57-chrome-stable

# 1. produce search result
$ cd carousell-search-scrape
$ npm i
$ node ./index.js
$ cd ..

# run monitor script, node 18
$ cd monitors
$ npm i
$ node ./index.js
$ cd ..

carousell-monitor-playlist

last_update: 2023-Oct-11