Wi-Fi switch for UPC routers
- Actually supported just for Czech language
- Be sure you've passed Installation and Configuration !!!
- Win: double click to start.bat
- Any other OS: open terminal in ./switch folder and type "python main.py"
- Download latest release
- Unzip files anywhere you want
- Install required packages
- Win: double click to install.bat
- Any other OS: Open the folder in terminal and type "pip install -r requirements.txt" and press enter
- Open /config folder and edit config.py with any text editor
- Use scheme below to edit your config
- password: your login password to router
- url: router login url
- headless: run in background
- firefoxPath: absolute path to firefox binary
- geckoPath: absolute path to gecko driver binary
switch = {
"password": "myPassword123",
"url": "http://192.168.0.1/",
"headless": True,
"firefoxPath": r"C:\Program Files\Mozilla Firefox\firefox.exe",
"geckoPath": r"C:\Gecko\geckodriver.exe"
}