A simply program to find active jackbox.tv game codes
It uses a threadpool to loop through all possible codes in a random order, and prints the valid ones to the console
Probably adding a proper GUI
-
Install python, https://python.org/downloads
-
Install dependencies Run
pip install futures itertools requests webdriver-manager
-
Download repository and unzip into a folder
-
Enter that folder in the console
cd path/to/folder
-
Run
python3 main.py
, and if that doesn't work, trypython main.py