0

Currently, I am trying to create a basic chat program that would allow users to send string messages to other people connected in their session. I'm using PyNgrok to port foward, but it requires an Authtoken to run. This isn't a problem for me personally, as I have made an account, but if I wanted to distribute the program to other people, I either have to force them to create their own account, or upgrade my Ngrok account to allow more than 1 tunnel at a time.

I've looked through the documentation to little success. However, a popup that displays when your session expires (https://ngrok.com/upgrade) mentions that Ngrok can be used without an account, but the tunnels are limited. For the basic chat room I'm hoping to create, time and data limitations wouldn't be a problem, I just have to figure out a way to run PyNgrok without it throwing the "You don't have a config file with Authtoken attached". Is this possible? Thank you

0 Answers0