Skip to content

Instantly share code, notes, and snippets.

View Munchen777's full-sized avatar

munchen Munchen777

View GitHub Profile
@wtw24
wtw24 / docker_rus.md
Last active July 22, 2024 07:43
Шпаргалка с командами Docker

Шпаргалка с командами Docker

1552317264965 1552317537397 1552317711879

1552318467562 1552318531067 1552318577900 1552318614839

@Birdi7
Birdi7 / callback_data_factory_simple.py
Last active May 26, 2024 19:12
A simple example of usage of callback data factory from aiogram
"""
This is a simple example of usage of CallbackData factory
For more comprehensive example see callback_data_factory.py
"""
import asyncio
import logging
from aiogram import Bot, Dispatcher, executor, types
from aiogram.contrib.fsm_storage.memory import MemoryStorage