The newest pint-sized trivia super star
https://waffle.io/pickledgator/milliwatson
Linux:
- Install bazel (https://docs.bazel.build/versions/master/install-ubuntu.html)
pip3 install virtualenv
virtualenv -p python3 env
source env/bin/activate
sudo apt-get install tesseract -y
bazel build milliwatson
MacOS:
brew install tesseract bazel
pip3 install virtualenv
virtualenv -p python3 env
source env/bin/activate
bazel build milliwatson
- Connect iPhone to mac via USB
- Open Quicktime, select File->New Movie Recording
- Down arrow next to record button, select Camera: iPhone
- Left snap quick time window to left side of desktop
- Run:
- Linux:
./bazel-out/k8-py3-fastbuild/bin/milliwatson/milliwatson
- Mac:
./bazel-out/darwin-py3-fastbuild/bin/milliwatson/milliwatson
- Linux:
- Use
c
to capture
Usage of this project is in violation of the Terms of Service of specific iOS trivia applications. The authors and contributors of this project assume no responsibility for improper use. The purpose of this application is for educational and offline purposes only.
bazel clean --expunge
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -license
bazel clean --expunge