ngrok-python
ngrok-python copied to clipboard
Embed ngrok secure ingress into your Python apps with a single line of code.
Hi there! I use ngrok quite a lot to test webhooks with Django, and was looking for a way to automate launching ngrok alongside my Django development server. I ran...
Add logging level setting via `--log-level` parameter in `ngrok.__main__.main()`. The logging level in `ngrok_asgi` is set independently, currently. Also, to have the logging level change only for ngrok, not for...
``` Windows 10 Python 3.11 ``` package versions: ``` openai==1.47.0 fastapi[all]==0.115.0 ngrok==1.4.0 ``` I used to check ngrok stop via loop, I'm trying it without the recheck loop: ```python async...