Skip to content
/ machina Public

Proof-of-concept browser automation toolkit 🚧

License

Notifications You must be signed in to change notification settings

puse/machina

Repository files navigation

machina

ci-badge stability-experimental-badge maintenance-best-effort-badge

Proof-of-concept browser automation toolkit

Installation

Clone this repostory

git clone https://github.com/despan/machina.git

Install dependencies

npm install

Usage

Run machina CLI locally with npx. Use flag --no-headless to follow browser visually.

Obtaining user details

npx machina details shakira

Collecting user tweets

npx machina tweets qeri55916757

Testing

Run tests with Jest

npm run test