A Python script for Codebug that which exploits the Coindesk and Bitstamp API (V2 and v2)
to display the price of Bitcoins in real time on the codebug led display. The price is in dollars.
I created two simple Python scripts that use the Coindesk (v1) and Bitstamp (v2) APIs respectively Both require the tether_codebug firmware:
https://github.com/codebugtools/codebug_tether
which you can find in the "firmware" folder.
Codebug Tether Guide:
https://codebug-tether.readthedocs.io/en/latest/
Have also a pdf in the "doc" folder.
In addition, the scripts are injected into the Codebug directly from the python shell
and it is therefore not possible to inject the code from the web interface.
The codebug tether library for python is also required.
-Python3
-codebug_tether python module
-codebug_tether firmware
Guide Here: http://www.codebug.org.uk/learn/activity/66/tethering-codebug-with-python/
pip install codebug_tether
sudo pip3 install codebug_tether
I do not give a fuck!