How Do I install and use this?
I installed Python but how do I use the other commands in the read me?
What operating system are you using?
Windows 7 I got Python installed but when I type the commands in it doesn't work?
You have to use the command prompt not Python. You can open cmd and then change the directory by typing the command: cd (Then the file location of the folder). It looks like this:
I did that and now it says pip3 is not recognized as an internal or external command...
Update- Fixed this issue.
Hey could you explain step by step in detail how to install and run the whole thing? I don't have any knowledge regarding python and packages
@Srivee11 If I can get it to work I will provide you directions.
@johnnyo1012 try just using pip instead of pip3
@johnnyo1012 Alright.Thanks
@srivee11 Just to say, for me the bot isn't fully working and don't use this with a live game as it is against the HQ-Trivia policy. Step1: Go to the Python website and download Python 3.6.5 : https://www.python.org/downloads/
Step2: Install the code by clicking "Clone or download" and click "Download ZIP":
Step3: Do the above steps that i told @johnnyo1012 to do.
Now I can go with the both of you 😃
I got pip3 install -r requirements.txt to work.
Now python3 answer_bot.py does not work. Py does also not work...
@johnnyo1012 Have you installed Tesseract and Opencv?
No but when I do brew install tesseract, it says brew is not recognized.
I've installed python and changed the directory in command.Now what should I do?
Run this- pip3 install -r requirements.txt
I got this
@srivee11 Type in what the yellow text says and upgrade the pip version
I got the same error. Do what the yellow text says and to fix the git I installed this and it fixed it.
https://git-scm.com/download/win
I got tesseract working but the "brew" command still doesn't work. How do I fix that?
@johnnyo1012 Give me a sec i'm writing a process i had to go through to get it working.
@Kablamoo123 You got it working? The entire thing?
@johnnyo1012 yeah i got this part working but not the whole bot, i'm still waiting for help from someone else.
@Kablamoo123 Great, maybe once you send me the directions to get mine working maybe we can figure out the next issue.
@johnnyo1012 Ok. You are going to have to install Tesseract: https://github.com/tesseract-ocr/tesseract
Then after that you need to press the windows key and type "environment" and the first one should say "Edit the system environment variables". When you get there click here:
And when that opens double click on Path where the red ring is:
This new window opens and you have to find the file directory of Tesseract and Python. Mine were saved in AppData/Local/ but you have to find wherever you saved them:
Then after run the program again and see if it works.
@Kablamoo123 I download tesseract from the link for the .exe file from this link-
https://github.com/UB-Mannheim/tesseract/wiki
I added it to my path and it works I think for another bot I tried.
@johnnyo1012 @Kablamoo123 Guys. I installed the new pip version. Now what?
@srivee11 now you need to do the steps that i just explained to @johnnyo1012
@srivee11
Download this- https://git-scm.com/download/win
@johnnyo1012 Done
@srivee11 Run this command-
pip3 install -r requirements.txt