Skip to content

YujiAzama/python-soracomclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SORACOM SDK for Python

SORACOM SDK for Python は、株式会社 SORACOM の提供する IoT プラットフォームの API を Python プログラムからコールするためのライブラリとなります。

ダウンロードとインストール

$ git clone https://github.com/YujiAzama/python-soracomclient.git
$ cd python-soracomclient/
$ sudo pip install -r requirements.txt
$ sudo python setup.py install

使用方法

#!/usr/bin/env python
from soracomclient.v1_0.client import Client

client = Client("登録メールアドレス", "パスワード")

subscribers = client.list_subscribers()

print subscribers

groups = client.list_groups()

print groups

About

SORACOM SDK for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages