Stream testing tool with limited and unlimited instance versions for web automation
Last Updated: August 24, 2025
Welcome to StreamBoost, a Python-based tool designed for testing stream overlays and automating browser interactions on streaming platforms. This tool uses Selenium with undetected_chromedriver to simulate user sessions, capture screenshots, and interact with web pages (e.g., scrolling and clicking). It is intended for personal use and testing purposes only—please respect platform Terms of Service.
- Launch multiple browser sessions (limited to 3 in the free version).
- Configure proxies for anonymity (supports HTTP and SOCKS5).
- Customize user agents and interaction settings (scrolls and clicks).
- Capture screenshots of stream pages.
- Monitor active sessions with a resource overview.
- Instances: Restricted to a maximum of 3 simultaneous sessions.
- Availability: Available for free download from this GitHub repository.
- Purpose: Ideal for personal testing and small-scale use.
- Instances: Supports unlimited sessions based on user input (purchased version only).
- Availability: Available for purchase via Ko-fi. After buying, you will receive a download link for the unlimited executable.
- Benefits: Enhanced functionality for advanced users or larger testing needs.
- Operating System: Windows (built and tested on Windows 10/11).
- Python: Version 3.6 or higher (required for source code use).
- Dependencies: Install the following via pip:
pip install undetected-chromedriver selenium colorama psutil