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.
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
TBC