https://github.com/abhijithvijayan/selenium-router-cli
Automate Router Domain Blacklisting for DLink Router
https://github.com/abhijithvijayan/selenium-router-cli
Last synced: 4 months ago
JSON representation
Automate Router Domain Blacklisting for DLink Router
- Host: GitHub
- URL: https://github.com/abhijithvijayan/selenium-router-cli
- Owner: abhijithvijayan
- License: mit
- Created: 2019-09-08T11:32:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T11:19:21.000Z (over 5 years ago)
- Last Synced: 2024-10-11T20:32:39.005Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 294 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
README
# selenium-router-cli [](https://www.npmjs.com/package/selenium-router-cli)
> Automate Router Domain Blacklisting for DLink Router
🙋♂️ Made by @abhijithvijayan
### Warning
This CLI is tested only on Dlink DIR-600M. Do not use the CLI if your router is of a different model id.
## Requirements
Chrome Driver is required to run the CLI. For installation instructions, visit [here](https://chromedriver.chromium.org/getting-started).
## Install
Ensure you have [Node.js](https://nodejs.org) 8 or later installed. Then run the following:
```
$ npm install --global selenium-router-cli
```## Usage
```
$ selenium-router-cli --helpAutomate Router Domain Blacklisting for DLink Router
Options
-u, --username TEXT Router Dashboard username
-p, --password TEXT Router Dashboard password
-g, --gateway TEXT Router Gateway IP
-v, --version Show the version and exit with code 0Examples
$ selenium-router-cli --username "ROUTER_USERNAME" --password "ROUTER_PASSWORD"
$ selenium-router-cli -u "ROUTER_USERNAME" -p "ROUTER_PASSWORD" -g "10.1.1.2"
```## Dashboard

## License
MIT © [Abhijith Vijayan](https://abhijithvijayan.in)