Update README.md

This commit is contained in:
Marc Veens 2021-04-06 21:25:13 +02:00 committed by GitHub
parent 0abb70f252
commit 81b9b9d1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ The stack that's used by this starter:
- [Azure Function App](https://docs.microsoft.com/en-us/azure/azure-functions/) - as a host for your bot - [Azure Function App](https://docs.microsoft.com/en-us/azure/azure-functions/) - as a host for your bot
- [Github Actions](https://github.com/features/actions) - building and deploying to Azure - [Github Actions](https://github.com/features/actions) - building and deploying to Azure
This started provides a mode for developing your bot on your local machine as well as a mode for running in production. The difference is that the production mode works using a Telegram webhook while the development mode uses the default Telegram long polling mechanism. This way there's no hassle using tunneling software like ngrok. This starter provides a mode for developing your bot on your local machine as well as a mode for running in production. The difference is that the production mode works using a Telegram webhook while the development mode uses the default Telegram long polling mechanism. This way there's no hassle using tunneling software like ngrok.
# Setting up the bot # Setting up the bot
## Step 1: Preparing the code ## Step 1: Preparing the code
@ -81,4 +81,4 @@ My final tip is to create a separate bot for production and for development. Thi
# It's a wrap # It's a wrap
That's it! Please let me know what you're going to use the bot for. If you ran out of ideas, check out [What can I do with bots?](https://core.telegram.org/bots#1-what-can-i-do-with-bots) to see what Telegram supports. That's it! Please let me know what you're going to use the bot for. If you ran out of ideas, check out [What can I do with bots?](https://core.telegram.org/bots#1-what-can-i-do-with-bots) to see what Telegram supports.
Happy coding! Happy coding!