Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 571 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 571 Bytes

Shotgrid event watcher

Service used to listen for Shotgrid events and dispatch them to event bus.

Acknowledgements

Installation

Install with pip

  python -m pip install requirements.txt

Deployment

To deploy this project run

  docker build -t sg-listener .
  docker run --name sg_listener -v "/d/projects/sg_watcher:/app" sg-listener

Usage/Examples

python -m main