Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freshollie/trivia-sim
HQTrivia quiz simulator using HQBuff :question: :video_game:
https://github.com/freshollie/trivia-sim
api emulator hqbuff hqtrivia simulator
Last synced: 3 days ago
JSON representation
HQTrivia quiz simulator using HQBuff :question: :video_game:
- Host: GitHub
- URL: https://github.com/freshollie/trivia-sim
- Owner: freshollie
- License: mit
- Created: 2018-06-17T00:10:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T08:41:22.000Z (over 6 years ago)
- Last Synced: 2024-11-11T19:43:10.501Z (2 months ago)
- Topics: api, emulator, hqbuff, hqtrivia, simulator
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trivia-sim
Simulate the HQTrivia API and Game socket. Designed for testing HQTrivia prediction tools without relying on waiting for an active game.
## Usage
This project uses `pipenv` for dependency management. To run the server: `pipenv run python run.py`
The server API will be listening on port 8732 and will broadcast the socket IP and port when a emulated game
is running, just like how the real API does it.## Questions
Questions used by the simulation are scraped from HQBuff. This is done without
permission.