Download and run sc2notes.exe
Copy the SC2Switcher URL
into the Webhook tab of the SC2Switcher obs-studio plugin or SC2Switcher Standalone
Make sure that 'Webhook enabled' is ticked in SC2Switcher and you have entered your username into the Usernames tab
When a game starts your notes and match history against your opponent should be displayed.
Your notes and match history are stored in notes.json
and matches.json
respectively if you want to back them up.
pip install -r requirements.txt
pyinstaller main.py --noconsole --name sc2notes
use pyqt5-tools if pyqt doesnt work(it will work without PyQt5 being installed)