A professional, easy-to-use Subathon Timer for feviknight using OBS Studio. This tool helps manage subathon events, automatically updating your stream overlay but requires manual inputs for contributions (twitch, youtube, chzzk, afreeca, streamelements).
Important: At the end of streams, remember to PAUSE the timer otherwise the system will "catch-up" and treat it as if it was on the entire time
FeviSubathonTimer-Demo.mp4
- Real-time subathon timer with customizable settings
- OBS Studio integration for automatic overlay updates
- History logging to CSV for tracking event progress
- Autosave and recovery to prevent data loss
- Simple web interface for control and monitoring
- OBS Studio (Windows, Mac, or Linux)
- Python 3.12+ (Recommended: 3.12 - version developed in)
- Basic familiarity with installing Python packages
- Download the project ZIP from the GitHub repository (release v1.0.0)
- Extract all files to a folder (e.g.,
C:\Users\YourName\FeviSubathonTimer).
Open a terminal in the project folder and run:
pip install -r requirements.txt- Edit
config.jsonto set your timer rules, OBS connection details, and other preferences. - Example config options:
port: Webserver address (default:5050)obs_host: OBS WebSocket address (default:localhost)obs_port: OBS WebSocket port (default:4455)timer_start: Initial timer valuecontribution_map_seconds: Time added per subscription
- Install the OBS WebSocket plugin if not already included (OBS 28+ has it built-in).
- Enable WebSocket server in OBS (
Tools > WebSocket Server Settings). - Note the port and password, and update
config.jsonaccordingly. - Ensure that there exists two Text(GDI+) labels called (these can be in any scene and all will be updated at the same time)
-
FeviSubathonTimer-Points
-
FeviSubathonTimer-Timer
- Ensure that the labels are NOT set to read from a file, as the program will update the text directly.
Start the timer server:
python app.py- The web interface will be available at
http://localhost:5050(or your configured port). - Control the timer, view history, and monitor subathon progress from your browser.
- For issues or feature requests, open a GitHub issue.
- Pull requests are welcome!
MIT License
Enjoy your subathon!