Skip to content

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.

License

Notifications You must be signed in to change notification settings

JonnyBanana/Codebug_BTC_RealTime_Price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codebug_BTC_RealTime_Price

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.

Alt text

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.


Alt text


Global Requirements

-Python3
-codebug_tether python module
-codebug_tether firmware

How to Install Requirements

codebug_tether firmware

Guide Here: http://www.codebug.org.uk/learn/activity/66/tethering-codebug-with-python/

codebug_tether python module
Windows

pip install codebug_tether

Linux

sudo pip3 install codebug_tether

Mac OS

I do not give a fuck!


v1

Alt text


Best VPN

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages