Updated Where to host Telegram Bots (markdown)

Rodrigo Delduca 2021-01-08 16:15:22 -03:00
parent 81a92a74de
commit f33ea1890e

@ -9,7 +9,7 @@ Look at [Hosting your bot](https://github.com/python-telegram-bot/python-telegra
* [Google Cloud Functions](https://cloud.google.com/functions/) * [Google Cloud Functions](https://cloud.google.com/functions/)
* **[Building a serverless Telegram bot](https://seminar.io/2018/09/03/building-serverless-telegram-bot/)** by [pabluk](https://github.com/pabluk) * **[Building a serverless Telegram bot](https://seminar.io/2018/09/03/building-serverless-telegram-bot/)** by [pabluk](https://github.com/pabluk)
* [Google Cloud Run](https://cloud.google.com/run/) * [Google Cloud Run](https://cloud.google.com/run/)
* **[Hosting Telegram bots on Cloud Run for free](https://nullonerror.org/2021/01/08/hosting-telegram-bots-on-google-cloud-run/) * **[Hosting Telegram bots on Cloud Run for free](https://nullonerror.org/2021/01/08/hosting-telegram-bots-on-google-cloud-run/)** by [skhaz](https://github.com/skhaz/)
* [Heroku](https://www.heroku.com/) * [Heroku](https://www.heroku.com/)
* **[Heroku getting started with Python](https://devcenter.heroku.com/articles/getting-started-with-python#introduction)** * **[Heroku getting started with Python](https://devcenter.heroku.com/articles/getting-started-with-python#introduction)**
* **[Webhooks on Heroku](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Webhooks#heroku)** * **[Webhooks on Heroku](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Webhooks#heroku)**