cd scripts_node
yarn
- crate
.env
file from.env_sample
& insert env variables - connect database in
connection.js
. - insert starter Instagram username in
startData.js
and addcookie
from Instagram website. - run
npm run setup
to create table and starter data. - run
npm run drop-table
to clear database. - add
cookie
tomain.js
node main.js
to start worker.