Getting Started
Ngrok setup
We create ngrok tunnel(s) for running several bots at once on your local machine
Local Setup
For running one or more bots locally, you'll need an ngrok authtoken. Follow these steps:
- Sign up for a free account at ngrok.com
- After signing up, get your authtoken from the Your Authtoken page
- Add the token to your
.env
file or set it as an environment variable:
That's it folks :)