Check out the full tutorial at dev.lumiastream.com
This is a complimentary demo that will show the various ways to use Lumia Streams Developers API
- Clone the repository
git clone https://github.com/lumiastream/lumiastream-api-demo-py.git
- CD into the repo and Run
pip install --requirement requirements.txt
- Start Lumia Stream and Turn on the Developers API by going to
Settings > Advanced > Enable Developers Api
- After the Developers API is enabled, you'll be presented with a token in Lumia Stream. Copy it
- Open up
main.py
in the demo api and paste the api token to token - Run the demo api with
python3 main.py
Visit the docs above to see all the deveopers api can do