Running PyRevit from remote

We would like to control pyrevit from a remote. An example usage is to create a web-app that can generate sheets, while using our local machine as a ‘black box’. any recommended practice? (The two options I can think about is to run a local server, or to subscribe to some message broker such as AWS SNS.)

Check out pyrevit routes in the documentation, that should get you a long way. You will still need to handle communications between the pyre it route server and the outer web

1 Like