D3vd / HQ_Google_Bot

Simple program that googles questions as it appears on HQ Trivia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple program that googles questions as it appears on HQ Trivia


Languages

Language:Python 100.0%