Amund211 / flashlight

Hypixel API proxy for prism overlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flashlight

Description

Flashlight is a proxy to the Hypixel API (not associated) built as the backend for the prism overlay. Prism is an open source stats overlay for Hypixel Bedwars.

Flashlight is a Google Cloud function. The version of flashlight hosted by me on Google Cloud is solely intended to be the backend for prism and does not support third party traffic, which is required by the Hypixel API ToS. Flashlight the software project, however, is permissively licensed, and contributions, changes, use, and re-use are encouraged!

Running flashlight locally

Note: make sure you have a recent version of go installed.

Clone the repository

git clone https://github.com/Amund211/flashlight
cd flashlight

Add your Hypixel API key

echo 'export HYPIXEL_API_KEY=<your-key-here>' > cmd/.env

Run flashlight

./cmd/run.sh

Test it

curl 'localhost:8123?uuid=<some-uuid>'

Creator info

IGN: Skydeath
UUID: a937646b-f115-44c3-8dbf-9ae4a65669a0

About

Hypixel API proxy for prism overlay

License:GNU Affero General Public License v3.0


Languages

Language:Go 96.7%Language:Shell 3.3%