Python binding for ThingSpeak API ================================= `ThingSpeak `_ is an open source “Internet of Things” application and API to store and retrieve data from things using HTTP over the Internet or via a Local Area Network. With ThingSpeak, you can create sensor logging applications, location tracking applications, and a social network of things with status updates. https://github.com/iobridge/ThingSpeak This repository is contains Python module that helps in talking to ThingSpeak API. |saythanks| master: |masterbadge| develop: |developbadge| .. |masterbadge| image:: https://travis-ci.org/mchwalisz/thingspeak.svg?branch=master :target: https://travis-ci.org/mchwalisz/thingspeak .. |developbadge| image:: https://travis-ci.org/mchwalisz/thingspeak.svg?branch=develop :target: https://travis-ci.org/mchwalisz/thingspeak .. |saythanks| image:: https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg :target: https://saythanks.io/to/mchwalisz :alt: Say thanks! .. rubric:: Contents .. toctree:: :maxdepth: 2 install examples changelog api .. warning:: This is a complete redesign of the library as compared to v0.1.1. Previous version is available in https://github.com/bergey/thingspeak and is no longer maintained. To install old version you can still use:: pip install thingspeak==0.1.1 .. rubric:: Indices and tables * :ref:`genindex` * :ref:`search`