Skip to content

ArtFXDev/sg-listener

Repository files navigation

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