-
Notifications
You must be signed in to change notification settings - Fork 183
xively
Fabian Affolter edited this page Aug 11, 2014
·
2 revisions
The xively
service can send a subset of your data to Xively per defined feedid.
[config:xively]
apikey = '1234567890abcdefghiklmnopqrstuvwxyz'
targets = {
# feedid : [ 'datastream1', 'datastream2']
'1234567' : [ 'dataItem1', 'dataItem2' ],
'7654321' : [ 'dataItemA' ]
}
Requires:
- Xively account with an already existing Feed
- xively-python - pip install xively-python