Skip to content

JakubBialoskorski/ZeroSeg

Repository files navigation

ZeroSeg

Known Vulnerabilities

Various python scripts for the 8-digits display.

Install required module with sudo python setup.py install and then pip install -r requirements.txt .

SPI interface needs to be manually enabled by running sudo raspi-config --> Interfacing Options.


You have to adjust market ticker(s) / API key / developer token / number of your stocks inside the files.

stock.py - display stock value (taken from alpha_vantage API)

how_rich.py - display calculated value of your stocks

clock.py - display four-digits clock (without seconds)

ynab.py - display balance of selected YNAB category

bitcoin.py - checks the current Bitcoin value in $US via Coindesk API (you may need to run sudo apt-get install haveged if the device is headless)

kraken-check.py - checks Kraken account balance in USDT

binance-check.py - checks Binance account balance in USDT

For crons you can use expression like:

*/10 * * * * python PATH/script.py

About

Various Python scripts for the 8-digits display

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages