1
0
mirror of https://gitlab.com/triple-hops-brewed/raspberry-pi-stock-ticker.git synced 2025-06-15 06:46:40 +00:00
2019-07-18 20:28:39 -07:00
2019-07-18 20:28:39 -07:00
2019-07-18 13:34:30 -07:00
2019-07-18 20:12:17 -07:00

Raspberry Pi Stock Ticker

Setup Instructions

Install dietpi normally

    git clone https://github.com/hzeller/rpi-rgb-led-matrix.git
    cd ./rpi-rgb-led-matrix/
    sudo apt-get update && sudo apt-get install python3-dev git pip build-essential -y
    make build-python PYTHON=python3
    sudo make install-python PYTHON=python3
    cd ./bindings/python/samples/
    wget https://gitlab.com/snippets/1874042/raw -O stock.py
    pip3 install requests==2.22.0
    sudo python3 ./stock.py
Description
No description provided
Readme 33 KiB
Languages
Python 100%