Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (41 loc) · 1.5 KB

milliwatson

The newest pint-sized trivia super star

Issue Tracking / Feature Requests

https://waffle.io/pickledgator/milliwatson

Setup

Linux:

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

Running

  • 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
  • Use c to capture

Notice

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.

Troubleshooting

Xcode version must be specified to use an Apple CROSSTOOL

bazel clean --expunge
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -license
bazel clean --expunge