Comment on Show HN: pyDash – Small web-based dashboard for Linux in Python and DjangoComments−scott_w12yLooks really cool. Are there any plans for exposing any of this information via a JSON API?Would be really nice to integrate some of the key numbers from this into other dashboards e.g. Dashing.−k3oniOP12yActually it is exposing the data using JSON, and you can grab it by creating a session into Django and accessing the links for the different requests.Take a look at urls.py, you can grab any of the data from /info/ by making a call to the specific requests.−scott_w12yVery nice. I might have a bit of a play with this when I have some spare time :)
Comments
Looks really cool. Are there any plans for exposing any of this information via a JSON API?
Would be really nice to integrate some of the key numbers from this into other dashboards e.g. Dashing.
Actually it is exposing the data using JSON, and you can grab it by creating a session into Django and accessing the links for the different requests.
Take a look at urls.py, you can grab any of the data from /info/ by making a call to the specific requests.
Very nice. I might have a bit of a play with this when I have some spare time :)