https://github.com/megave/puppeteer-scripts
A few browser scripts made using puppeteer library in NodeJS
https://github.com/megave/puppeteer-scripts
browser-automation nodejs puppeteer
Last synced: 5 months ago
JSON representation
A few browser scripts made using puppeteer library in NodeJS
- Host: GitHub
- URL: https://github.com/megave/puppeteer-scripts
- Owner: megaVE
- License: mit
- Created: 2024-08-16T23:46:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T13:13:14.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T05:42:08.271Z (about 1 year ago)
- Topics: browser-automation, nodejs, puppeteer
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puppeteer-scripts
A few browser scripts made using puppeteer library in NodeJS
## Installing (Instalação)
Requirements:
(Requisitos:)
- Node JS
- NPM
Inside the root folder, enter the command:
(Dentro da pasta raiz, digite o comando:)
#### npm install
to install the required dependencies via NPM
(para instalar as dependências necessárias pelo NPM)
## Scripts
### npm run reserver
Personal script to reserve meals at UNIFAL's College Restaurant
(Script pessoal para reservar refeições no Restaurante Universitário da UNIFAL)
#### Variáveis de Ambiente (Environment Variables)
- USUARIO (user)
- SENHA (password)