Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 586 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 586 Bytes

HQ Google Bot

Python script that Googles the questions that are asked on HQ Trivia automatically. The questions are retrieved from HQ's WebSocket.

Note: This program is not a web crawler, it does suggest a right answer for the question. Rather it just Googles the questions and it's up to the user to find the answer.

Packages Used

Make sure to have installed the following packages before running the script

  • lomond
  • requests
  • webbrowser
  • json
  • re
  • os

Setup

  • Acquire the Bearer Token of your HQ account and add it to 'token.txt' before running the script.