alexdlaird / pyngrok

A Python wrapper for ngrok
https://pyngrok.readthedocs.io
MIT License
416 stars 59 forks source link

Add a silent mode showing no output #121

Closed wxnnvs closed 7 months ago

wxnnvs commented 7 months ago

While we'd love to be able to support every person on their projects, that would simply be infeasible. Luckily, that's what the helpful developer community over at Stack Overflow is for! Please create a question there with the "pyngrok" tag if what you're looking for is a programming question or you need help with an integration. You can refer to pyngrok's own documentation to help you write the best possible question.

Also, consider supporting the project to have your request prioritized.

Describe the Feature I'd like a silent mode that surpresses all output, something like pyngrok.ngrok.connect("8081", silent=True)

Describe Alternative Solutions/Workarounds I already tried stdout traps but they dont seem to work

Additional Context i made a program that has an option to be deployed publicly using ngrok but I don't want ngrok's output as i show the url using my own code

github-actions[bot] commented 7 months ago

This is a bug tracker and not a support forum.

While we'd love to be able to support every person on their projects, that would simply be infeasible. Luckily, that's what the helpful developer community over at Stack Overflow is for! Please create a question there with the \"pyngrok\" tag if what you're looking for is a programming question or you need help with an integration. You can refer to pyngrok's own documentation to help you write the best possible question.

If you support the project, contact me directly and I'd be happy to help you troubleshoot.