All Projects → mchwalisz → Thingspeak

mchwalisz / Thingspeak

Licence: lgpl-3.0
Client library for the thingspeak.com API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Thingspeak

V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+1520%)
Mutual labels:  api-wrapper, iot
Ppp device
lwIP PPP porting for GSM modem (like sim800)
Stars: ✭ 29 (-3.33%)
Mutual labels:  iot
Smarthome
Eclipse SmartHome™ project
Stars: ✭ 867 (+2790%)
Mutual labels:  iot
Java Ovh
Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing
Stars: ✭ 15 (-50%)
Mutual labels:  api-wrapper
Bitskinsapi
A wrapper for the BitSkins API, build on .NET Standard 2.0
Stars: ✭ 13 (-56.67%)
Mutual labels:  api-wrapper
Hodd
Homie Device Discovery
Stars: ✭ 21 (-30%)
Mutual labels:  iot
Esp8266 thing dev
An all-in-one development board for the ESP8266 including an FTDI FT231X for USB programming.
Stars: ✭ 11 (-63.33%)
Mutual labels:  iot
Rtos Wot
Open source FreeRTOS SDK for ESP8266 WiFi Module
Stars: ✭ 29 (-3.33%)
Mutual labels:  iot
Stashapicsharp
[Atlassian] Bitbucket Server/Stash API wrapper built in C#
Stars: ✭ 28 (-6.67%)
Mutual labels:  api-wrapper
Mqtt
Native Go MQTT Library
Stars: ✭ 15 (-50%)
Mutual labels:  iot
Droplit.io Edge
The Droplit Edge software connects devices through and embedded hub.
Stars: ✭ 15 (-50%)
Mutual labels:  iot
Esp8266 Wifi Relay
simple sketch of using ESP8266WebServer to switch relays on GPIO pins. It serves a simple website with toggle buttons for each relay
Stars: ✭ 13 (-56.67%)
Mutual labels:  iot
Kong
🦍 The Cloud-Native API Gateway
Stars: ✭ 30,838 (+102693.33%)
Mutual labels:  iot
Worldpay Within Sdk
Worldpay Within SDK to allow payments within IoT. Written in Go.
Stars: ✭ 12 (-60%)
Mutual labels:  iot
Apipie
Transform api declaration to js object for frontend. Inspired by VueRouter, koa-middleware and axios.
Stars: ✭ 29 (-3.33%)
Mutual labels:  api-wrapper
Rf24node msgproto
An application that runs on a Raspberry Pi that interfaces RF24Network packets to a Message Bus. Currently MQTT & AMQP (alpha); Topics are RF24SensorNet compatible.
Stars: ✭ 11 (-63.33%)
Mutual labels:  iot
Wifi Connect
Easy WiFi setup for Linux devices from your mobile phone or laptop
Stars: ✭ 883 (+2843.33%)
Mutual labels:  iot
Easyntpclient
Library to read time from Network Time Protocol (NTP) servers.
Stars: ✭ 20 (-33.33%)
Mutual labels:  iot
React Native Aws Iot Device Shadows
React Native Component for connecting to AWS IoT Shadows from a device using SDK JavaScript bundle
Stars: ✭ 30 (+0%)
Mutual labels:  iot
Plyer
Plyer is a platform-independent Python wrapper for platform-dependent APIs
Stars: ✭ 949 (+3063.33%)
Mutual labels:  api-wrapper

Client library for the thingspeak.com 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!

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://thingspeak.com https://github.com/iobridge/ThingSpeak

This repository is contains Python module that helps in talking to ThingSpeak API.

Full documentation is under http://thingspeak.readthedocs.io/en/latest/

Install using::

pip install thingspeak

.. 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].