A twitch bot viewer that support running directly on Google Colab.
Install dependencies (Create new code cell on Google Colab and run per line below).
!pip install selenium colorama pystyle!apt-get update!apt install chromium-chromedriverYou can copy and paste main.py content to a new code cell and run, or upload this file and run the command below.
!python path/to/main.pyHave fun 😎