Proof-of-concept browser automation toolkit
Clone this repostory
git clone https://github.com/despan/machina.git
Install dependencies
npm install
Run machina
CLI locally with npx
. Use flag --no-headless
to follow browser
visually.
npx machina details shakira
npx machina tweets qeri55916757
Run tests with Jest
npm run test