This is a library to use in order to scrape Technicolor Gateway
pip install pytechnicolor
from technicolorgateway import TechnicolorGateway
gateway = TechnicolorGateway("192.168.1.1", "80", "user", "pass")
gateway.srp6authenticate()
devices = gateway.get_device_modal()
broadband = gateway.get_broadband_modal()
Credits to: https://github.com/mswhirl/TechnicolorStatScraper