- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Where to host Telegram Bots
        Rodrigo Delduca edited this page Jan 8, 2021 
        ·
        59 revisions
      
    Look at Hosting your bot if you've decided to get a server.
- Amazon Web Services
 - Microsoft Azure
 - 
Google App Engine
- Notes about GAE - Google App Engine
 - How to create a Bot on Google App Engine by sooyhwang (NOTE: This might be obsolete)
 
 - Google Cloud Functions
 - Google Cloud Run
 - Heroku
 - OpenShift
 - Joyent Triton
 - PythonAnywhere
 - Oracle Cloud an AlwaysFree feature for a decent instance.
 
- Wiki of 
python-telegram-bot© Copyright 2015-2025 – Licensed by Creative Commons 
- Architecture Overview
 - Builder Pattern for 
Application - Types of Handlers
 - Working with Files and Media
 - Exceptions, Warnings and Logging
 - Concurrency in PTB
 
- Advanced Filters
 - Storing data
 - Making your bot persistent
 - Adding Defaults
 - Job Queue
 - Arbitrary 
callback_data - Avoiding flood limits
 - Webhooks
 - Bot API Forward Compatiblity
 
- Frequently requested design patterns
 - Code snippets
 - Performance Optimizations
 - Telegram Passport
 - Bots built with PTB
 - Automated Bot Tests