Skip to content

Instantly share code, notes, and snippets.

@core2duoe6420
core2duoe6420 / velop_log.py
Created February 5, 2022 07:43
A python script to follow Linksys Velop's log printed by sysinfo.cgi
import requests
import time
from datetime import datetime, timedelta
from requests.auth import HTTPBasicAuth
last_time = datetime.min
last_message = ''
while True:
basic = HTTPBasicAuth('admin', '${velop_password}')