Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrcichra/pk5001zscraper
Get the data from your zyxel pk5001z modem and collect it!
https://github.com/jrcichra/pk5001zscraper
casperjs javascript mariadb modem nodejs scraper
Last synced: about 1 month ago
JSON representation
Get the data from your zyxel pk5001z modem and collect it!
- Host: GitHub
- URL: https://github.com/jrcichra/pk5001zscraper
- Owner: jrcichra
- Created: 2018-11-24T02:21:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T00:29:03.000Z (8 months ago)
- Last Synced: 2024-11-07T10:47:33.950Z (3 months ago)
- Topics: casperjs, javascript, mariadb, modem, nodejs, scraper
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pk5001zScraper
Get the data from your zyxel pk5001z modem and collect it!(See the rpi branch for a pi compatible modification of master)
## Usage (use long flags)
```bash
Usage: pk5001z.js [options] [command]
Commands:
help Display help
version Display version
Options:
-D, --dbdatabase database in the database
-d, --dbhostname hostname for the db
-D, --dbpassword password for the db account
-D, --dbusername username for the db account
-H, --headless true
-H, --help Output usage information
-h, --hostname [value] hostname (or ip) of the modem (defaults to "10.0.0.1")
-p, --password modem password
-u, --username [value] modem username (defaults to "admin")
-v, --version Output the version number
```