Comment on Show HN: pyDash – Small web-based dashboard for Linux in Python and DjangoparentComments−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
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 :)