Install Docker
docker build -t hq-hint .
docker run -it hq-hint
Enter your bearer token and user ID in the conn_settings.txt file. These values can be found by sniffing the traffic on your phone. The bearer token should be one line, without the word Bearer. iOS users can find this using Charles' HTTPS proxy feature.
docker run -it hq-hint
#0 15 * * 1-5 ./go.sh
#0 21 * * * ./go.sh
Hosting details and UI description coming soon...
This application merges and improves on work from a few people. Give them a shout for their inspiration.
- Toby Mellow -> original bot idea
- Jake Mor -> first hosted bot using firebase "HQuack" and designed the UI
- Mike Almond -> original OCR free implementation in PHP
- Kevin Wu -> Another OCR free implementation in Python