Exaphis / HackQ-Trivia

Yet another HQ Trivia bot. Automatically scrapes HQ Trivia questions without OCR and answers them.
MIT License
89 stars 54 forks source link

Please help #26

Closed LozzaBHD closed 6 years ago

LozzaBHD commented 6 years ago

Hi,

I’ve been looking at your HQ trivia bot and its something id love to use, however I known next to nothing about coding and was wondering if there was any chance you would be willing to send a really simple method of what I need to do to access and use this bot. I have tried to put it all together but I honestly have no clue what to do. If you can’t help don’t worry but I thought it was worth asking.

Thanks,

Lawrence

Exaphis commented 6 years ago

You install Python 3, and run the commands in the installation portion of the README in the terminal/command prompt. Then you have to enter your bearer token/user ID. If you can't find yours, you can use one found in gjacobs314's HackQ for Swift repository: https://github.com/gjacobs314/HQTrivia. Let me know if you get stuck on anything.

LozzaBHD commented 6 years ago

What do I need to download in terms of software? or do I just need terminal?


From: Kevin Wu notifications@github.com Sent: 28 March 2018 00:18 To: Exaphis/HackQ-Trivia Cc: LozzaBHD; Author Subject: Re: [Exaphis/HackQ-Trivia] Please help (#26)

You install Python 3, and run the commands in the installation portion of the README in the terminal/command prompt. Then you have to enter your bearer token/user ID. If you can't find yours, you can use one found in gjacob's HackQ for Swift repository: https://github.com/gjacobs314/HQTrivia. Let me know if you get stuck on anything.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Exaphis/HackQ-Trivia/issues/26#issuecomment-376706783, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjRxZqobMCqfvhJqJCuxWPnz3knQbnXHks5tisjfgaJpZM4S7wG6.

LozzaBHD commented 6 years ago

I have no experience, I just really want to use this. 👍


From: Lawrence Brody lawrencebrody@hotmail.co.uk Sent: 28 March 2018 07:23 To: Kevin Wu; Exaphis/HackQ-Trivia; Exaphis/HackQ-Trivia Cc: Author Subject: Re: [Exaphis/HackQ-Trivia] Please help (#26)

What do I need to download in terms of software? or do I just need terminal?


From: Kevin Wu notifications@github.com Sent: 28 March 2018 00:18 To: Exaphis/HackQ-Trivia Cc: LozzaBHD; Author Subject: Re: [Exaphis/HackQ-Trivia] Please help (#26)

You install Python 3, and run the commands in the installation portion of the README in the terminal/command prompt. Then you have to enter your bearer token/user ID. If you can't find yours, you can use one found in gjacob's HackQ for Swift repository: https://github.com/gjacobs314/HQTrivia. Let me know if you get stuck on anything.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Exaphis/HackQ-Trivia/issues/26#issuecomment-376706783, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjRxZqobMCqfvhJqJCuxWPnz3knQbnXHks5tisjfgaJpZM4S7wG6.

LozzaBHD commented 6 years ago

how do I run it?

I think I've set it up


From: Lawrence Brody lawrencebrody@hotmail.co.uk Sent: 28 March 2018 07:27 To: Kevin Wu; Exaphis/HackQ-Trivia; Exaphis/HackQ-Trivia Cc: Author Subject: Re: [Exaphis/HackQ-Trivia] Please help (#26)

I have no experience, I just really want to use this. 👍


From: Lawrence Brody lawrencebrody@hotmail.co.uk Sent: 28 March 2018 07:23 To: Kevin Wu; Exaphis/HackQ-Trivia; Exaphis/HackQ-Trivia Cc: Author Subject: Re: [Exaphis/HackQ-Trivia] Please help (#26)

What do I need to download in terms of software? or do I just need terminal?


From: Kevin Wu notifications@github.com Sent: 28 March 2018 00:18 To: Exaphis/HackQ-Trivia Cc: LozzaBHD; Author Subject: Re: [Exaphis/HackQ-Trivia] Please help (#26)

You install Python 3, and run the commands in the installation portion of the README in the terminal/command prompt. Then you have to enter your bearer token/user ID. If you can't find yours, you can use one found in gjacob's HackQ for Swift repository: https://github.com/gjacobs314/HQTrivia. Let me know if you get stuck on anything.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Exaphis/HackQ-Trivia/issues/26#issuecomment-376706783, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjRxZqobMCqfvhJqJCuxWPnz3knQbnXHks5tisjfgaJpZM4S7wG6.

Exaphis commented 6 years ago

You run it by running hq_main.py in Python either with IDLE/your IDE of choice or by running python hq_main.py in the command line.

Exaphis commented 6 years ago

No response for 6 days, presuming solved.