https://github.com/hemanta212/pyrouter_reboot
A selenium python script to reboot TOTOLINK router along with a windows 10 toast notification.
https://github.com/hemanta212/pyrouter_reboot
Last synced: 4 months ago
JSON representation
A selenium python script to reboot TOTOLINK router along with a windows 10 toast notification.
- Host: GitHub
- URL: https://github.com/hemanta212/pyrouter_reboot
- Owner: hemanta212
- License: mit
- Created: 2019-02-28T16:59:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T17:09:43.000Z (over 6 years ago)
- Last Synced: 2025-01-12T18:14:17.436Z (5 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyrouter_reboot
A selenium python script to reboot my router with a windows 10 toast notification.# Custom implementation
Prerequisites:
1. Knowledge of python and selenium
2. Chrome webdriver installed from http://chromedriver.chromium.org/downloads/ and added to path.
3. Modification of router routes according to your needs
4. selenium installed via pip install selenium