python_appender
python_appender copied to clipboard
Python implementation of the Initial State events api to easily send data via a super simple python api
Bumps [contributor-assistant/github-action](https://github.com/contributor-assistant/github-action) from 2.2.1 to 2.3.0. Release notes Sourced from contributor-assistant/github-action's releases. v2.3.0 What's Changed README: Clarified repo secret creation process by @simonmeggle in contributor-assistant/github-action#112 Fix some typos at README.md...
ive ran into this library and tried running the simple example that is found in the `README` however if you randomly enter a `bucket_key` or `access_key` and log any data...
I have the next issue, I've installed the library psutil yet, but when I tried to execute the example the next errors appear. >Python2: ImportError: No module named psutil Python3:...
Can someone please let me know how to use this with python 3.5 or how to write my script in python 2.7.
I have run the example as per the README but getting SSL issues. ``` % cat test.py #!/usr/bin/env python3 from ISStreamer.Streamer import Streamer # Create streamer object streamer = Streamer(bucket_key="mybucketkey",...
on Raspbian stretch, where is the script that directs the data to initialstate.com located? Also, is there a way to change/alter the fix interval rate of the gps data being...
I use CentOS 6.3 and I have installed python 2.7.12 .When I tried to install ISStreamer I faced to this description; Python 2.6 is no longer supported by the Python...
Python script provided as example does not function without including this in import line at top. Minor issue.
Can you explain more about the streamer.flush command. Does that initiate the upload of data to InitialState? Or on each streamer.log call is it uploaded to the website? I was...