solar_edge/README.md

12 lines
393 B
Markdown
Raw Normal View History

2019-04-15 16:15:57 -06:00
# Solar Edge Status Updater
When placed in a cron job this uppdater will make an https call to a json api to retrieve the co2 savings and equivenant trees planted and overlay those numbers on a graphic and upload them to the website.
# Dependancies
Python 3 and the packages `python-dotenv` and `Pillow`
The font `Biko_Regular.otf`
A `.png` graphic to write text on.
# Bulid Instructions