adesolasamuel / thingspeak

ThingSpeak Python Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am not maintaining this project.  If you would like to adopt it,
please drop me a line, and I'll hand it over.

You might also try the newer https://github.com/mchwalisz/thingspeak

Cron Example (log CPU/Mem every minute)

* * * * * python /home/thingspeak/log.py



Here’s a short tutorial on getting Python talking to the new ThingSpeak data logging web service. ThingSpeak joins the ranks of Pachube.com allowing web citizens to upload their data from devices, computers, and sensors using a RESTful web service. ThingSpeak out of the box comes with a beautiful chart visualisation API that features real-time updates. In this blog post we’ll use Python to connect to ThingSpeak and send our computer’s available memory and CPU usage, then visualise the data in real-time using the ThingSpeak Charts API. Watch the examples below for some real-time updates!

http://www.australianrobotics.com.au/node/292

About

ThingSpeak Python Library


Languages

Language:Python 100.0%