This is a very simple Python client for EasySpot. A better, more user-friendly one will be made in Rust soon.
Prepare your environment:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtWrite a value:
python3 client.py 1
python3 client.py 0