Skip to content

The newest pint-sized trivia super star

Notifications You must be signed in to change notification settings

pickledgator/milliwatson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The newest pint-sized trivia super star

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages