A Python + Selenium automation bot that tests your internet speed using Speedtest.net and tweets a complaint to X (formerly Twitter) when speeds fall below your expectations.
An automated internet speed checker and complaint bot built with Python, Selenium, and environment variable management. This script measures your network speed using Speedtest.net, and posts a tailored tweet to X (formerly Twitter) when speeds fall below a set threshold. It incorporates robust DOM interaction with WebDriverWait, error handling, .env config loading with dotenv, and automated browser control via ChromeDriver.
