this is an open source reverse engineered personal dashboard for the EthOS etherium mining operating system
5/23/2017 now supports multiple miners
run pip install -r requirements.txt
simply update the php file $url and $hook to your own and make sure to point your GET requests to the www.website.com/API
python manage.py runserver ip:port
and then make sure your django ip address and port point to a hostname
place the php script in the respective spot and wait for the cron to run against the dashboard and get your stats.
houses all the settings and core url routings
houses all the views, models and serializers for the graphical api
houses all the html django templates for the data to be displayed.