- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Notes about GAE Google App Engine
        Rodrigo Gambra edited this page Jun 13, 2019 
        ·
        3 revisions
      
    NOTE: This page needs more work
Make sure to add this block to app.yaml (see 1393):
env_variables:
    GAE_USE_SOCKETS_HTTPLIB : 'true'
Note: This environmental variable applies only to applications developed for the Standard Environment and using Python 2.7 (see https://cloud.google.com/appengine/docs/standard/python/sockets/)
- 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