Displays the status of 8 of the tube lines, using the TFL API and the pimoroni Blinkt
pip install -r requirements.txt
python blinkt-tube-status.py
To wrap in a screen session:
screen -S lights -dm bash -c '/usr/bin/python /home/pi/blinkt-tube-status/blinkt-tube-status.py; exec bash'
By default this will query the TFL API every 2 minutes
Included in the Makefile
is an option to create a package so you can install/uninstall the script on your raspberry Pi.
Please be aware that this has only been tested on my raspberry pi, so please be careful if using.