Skip to content

facastagnini/python-chirimbolito

Repository files navigation

CHIRIMBOLITO

image

image

A Bitcoin address monitoring tool built with a Raspberry Pi and a LCD display

image

Features

  • It pulls the balance of the bitcoin addresses you want to monitor
  • It displays the BTC and FIAT of your choise for each address
  • It supports multiple addresses
  • It is easy to configure trough a json file
  • The background color changes according to the FIAT price fluctuations. It compares the price of the present vs the price from yesterday's closing

You will need

How to build it

CONTRIBUITING

Contributions gladly accepted, just open a ticket or send a PR :)

PACKAGING

pip install --user check-manifest

# check MANIFEST.in to make sure we are including everything we need

check-manifest

export VERSION='0.dev7'

# bump the $VERSION in setup.py

python3 setup.py sdist bdist_wheel

gpg --detach-sign -a dist/chirimbolito-$VERSION.tar.gz

gpg --detach-sign -a dist/chirimbolito-$VERSION-py3-none-any.whl

python3 -m twine upload --repository pypi dist/*

git tag -s $VERSION

git push --tags

About

A Bitcoin address monitoring tool built with a Raspberry Pi and a LCD display

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages