Added responder bot

This compiles, but I can't test it yet because I don't have an API key.
This commit is contained in:
Simon Brooke 2019-02-18 23:43:27 +00:00
parent cafecd0296
commit 593640e426
6 changed files with 178 additions and 7 deletions

View file

@ -1 +1,6 @@
{:tess-data "/usr/local/Cellar/tesseract/4.0.0_1/share/tessdata/"}
{:tess-data "/usr/local/Cellar/tesseract/4.0.0_1/share/tessdata/"
:app_key "applicationkey"
:app_secret "applicationsecret"
:user_token "simon-brooke-ireadit"
:user_secret "somesortofnonsense"
:bot_account "IReadIt"}

View file

@ -1,3 +1,8 @@
{:prod true
:port 8889
:tess-data "/usr/share/tesseract-ocr/tessdata"}
:tess-data "/usr/share/tesseract-ocr/tessdata"
:app_key "applicationkey"
:app_secret "applicationsecret"
:user_token "simon-brooke-ireadit"
:user_secret "somesortofnonsense"
:bot_account "IReadIt"}