A twitch chatbot for displaying LEGO sets, minifigs and parts on an HTML overlay
python -m venv VENVDIR
. e.g. C:\Users\***User***\>python -m venv Smirny_Venv
VENVDIR/Scripts/activate.bat
e.g. C:\Users\***User***\Smirny_Venv\Scripts>activate.bat
python -m pip install smirnybot9001
e.g. C:\Users\***User***\Smirny_Venv\Scripts>python -m pip install smirnybot9001
VENVDIR/Scripts smirnyboot9001.exe overlay.exe chatbot.exe
smirnyboot.exe --help
and note the default location of the config file (Usually HOMEDIR\smirnybot9001.conf
) e.g. C:\Users\***User***\Smirny_Venv\Scripts>smirnyboot.exe -h
VENVDIR\Lib\site-packages\smirnybot9001\data\sample.conf
to the location noted above (from running smirnyboot.exe --help
)smirnyboot9001.exe
executable!set 10228
in your chat and see if the overlay displays the wanted set.The Bot has not been tested under Linux but should work just fine
To update the Bot simply use pip in the location you installed it:
python -m pip install --upgrade smirnybot9001
e.g. C:\Users\***User***\Smirny_Venv\Scripts>python -m pip install --upgrade smirnybot9001