Skip to content
View dantetemplar's full-sized avatar

Highlights

  • Pro

Organizations

@one-zero-eight
Block or Report

Block or report dantetemplar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. one-zero-eight/fastapi-template one-zero-eight/fastapi-template Public template

    Template for FastAPI applications.

    Python 3

  2. one-zero-eight/aiogram-template one-zero-eight/aiogram-template Public template

    Template for Aiogram 3 long-polling bot.

    Python 1

  3. fastapi-mock fastapi-mock Public

    A middleware for FastAPI that allows you to create mock endpoints quickly and easily.

    Python 16

  4. Aiogram 3 log messages and handlers Aiogram 3 log messages and handlers
    1
    # Aiogram 3 log messages and handlers
    2
    
                  
    3
    > [!WARNING]
    4
    > Tested on aiogram=3.3.0, code may failed with another version as it uses tricky things
    5
  5. Async alembic configuration Async alembic configuration
    1
    # Async alembic configuration
    2
    
                  
    3
    ## Features
    4
    ### Database connection from `settings.yaml`
    5
    You don't need to change `alembic.ini` to set up a database connection. 
  6. Check Telegram WebAppData in Python Check Telegram WebAppData in Python
    1
    """
    2
    Check Telegram WebAppData in Python
    3
    4
    Based on https://core.telegram.org/widgets/login#checking-authorization
    5
    """