Skip to content

Just a simple example of the websocket API for Sauce for Zwift

Notifications You must be signed in to change notification settings

SauceLLC/sauce4zwift-python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

sauce4zwift-python-client

This is a very basic example of how to use the sauce4zwift WebSocket API for listening to events.

Sauce for Zwift runs a built-in web server at port 1080 which provides a WebSocket service as well as a basic JSON REST API (not covered here).

In most cases you can start S4Z and then run this...

pip install -r requirements.txt
python ./example.py

Have a look at the example.py file for more details. It's pretty self explanatory.

About

Just a simple example of the websocket API for Sauce for Zwift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages