https://github.com/zbo14/robit
Easily configure and run browser automation jobs!
https://github.com/zbo14/robit
browser-automation puppeteer web-scraping
Last synced: 3 months ago
JSON representation
Easily configure and run browser automation jobs!
- Host: GitHub
- URL: https://github.com/zbo14/robit
- Owner: zbo14
- License: mit
- Created: 2021-10-28T04:31:50.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-11-11T22:24:43.000Z (over 4 years ago)
- Last Synced: 2025-06-05T15:45:59.155Z (about 1 year ago)
- Topics: browser-automation, puppeteer, web-scraping
- Language: JavaScript
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# robit
[](https://standardjs.com/)
Easily configure and run browser automation jobs!
## Install
`npm i -g robit`
## Usage
On the command line: `robit /path/to/config_file`
To run the example: `npm run example`
Check out the [config file](./example.config.js) for more info.
## Documentation
To generate the docs: `npm run docs`
Then open `./out/index.html` in your browser.