techguy940 / HQApi

HQ Trivia & Words API, written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HQApi Join the chat at https://gitter.im/HQApi/community Build Status Downloads

HQ Trivia & Words API, written in Python.

Version 2.4.x may be the latest version of HQApi 2.x. We are already developing 3.x version that will not be compatible with version 1.x and 2.x.

Installation

  1. Install from pip
pip3 install HQApi
  1. Install from sources:
git clone https://github.com/apipy/HQApi.git
cd HQApi
pip install -e .

Usage

Example code to get next show time and info:

from HQApi import HQApi

api = HQApi()

print(api.get_show())

Or, you can use CLI to fetch methods

HQApi -h

Examples

Example Description
get_show.py Get next show
decode_token.py Get info from token
register_login.py Login or register
websocket.py Work with websocket
websocket_event.py Websocket with events
decode_token.py Decode JWT token
upload_avatar.py Upload avatar
offair_trivia.py Offair trivia

Tor

How to setup Tor to bypass rate limits

Contact author

About

HQ Trivia & Words API, written in Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%