esiexata / restart_hotspot300_intelbras

Script que Loga e reinicia o hotspot300 remotamente, sem precisar acessar a interface manualmente.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restart_hotspot300_intelbras

Script que Loga e reinicia o hotspot300 remotamente, usado para automatizar rotina de logar nos roteadores para reinciar em caso de travamento do serviço de hotspot.

Como Usar:

  1. Instale o Selenium:
pip3 install selenium
  1. Faça o Download do google chromedrive:
  1. Deve ser criado um arquivo chamado config.py com as seguintes variaveis abaixo:
usr = 'usuario'
passwd = 'senha'
login = 'http://IP-DO-HOTSPOT/cgi-bin/firmware.cgi?formNumber=200'
hotspot = 'http://IP-DO-HOTSPOT/cgi-bin/firmware.cgi?formNumber=10'
loc = 'caminho-do-seu-chromedriver'

About

Script que Loga e reinicia o hotspot300 remotamente, sem precisar acessar a interface manualmente.


Languages

Language:Python 100.0%