NgrokTunnelGenerator

July 22, 2021 ยท View on GitHub

NgrokTunnelGenerator is a Python script for updating credentials.yml file of a Rasa framework project with Telegram integration.

The script is designed for creating a public ngrok server, as well as updating Telegram's webhook_url attribute of credentials.yml file, so that the user has not to be updating it manually every time.

Installation

The script can be installed from GitHub.

git clone https://github.com/igabirondo16/NgrokTunnelGenerator.git

Usage

python3 NgrokTunnelGenerator.py

For a more comfortable usage global variable DEFAULT_PATH may be edited.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.