koistya / scripts

Browser automation scripts (example) using JavaScript and Puppeteer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browser Automation Scripts (example)

Some browser automation scripts implemented with JavaScript.

https://github1s.com/koistya/scripts

System Requirements

Node.js v16+, Chrome Browser, VSCode

Getting Started

  • git clone https://github.com/koistya/scripts - clone the repository
  • npm install - install project dependencies
  • npm install zx -g - install script launcher
  • zx <script> - run one of the scripts

Scripts (example)

  • zx ./login.mjs - log in into Google
  • ... - add your more scripts

About

Browser automation scripts (example) using JavaScript and Puppeteer

License:MIT License


Languages

Language:JavaScript 100.0%