Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.18 KB

Blockchain connected bird feeder

Authors : Pavel Kral, Josef Jelacic, Ondrej Barta
Licence : WTFPL
Website : https://pavelkraleu.github.io/birdy-website/


Birdy is bird feeder located in Paper Hub which will pay you Ethereum for birds attracted by your feed. It has its own Smart Contract.

Data Processor

This is HTTP hook which gets called by LoRa provider, when Birdy sends some data. It calls Smart Contract, downloads latest weather data and submit new data to Google Spreadsheet

How to run it :

pip install weather-api gspread oauth2client Flask-HTTPAuth ethereum
python3 -m data_processor

Smart Contract

TBC

How it looks like