Skip to content

Instantly share code, notes, and snippets.

@karyura44
karyura44 / bot.py
Last active October 1, 2025 21:44
from aiogram import Bot, Dispatcher, executor, types
from aiogram.types import InlineKeyboardButton, InlineKeyboardMarkup
from aiogram.utils.exceptions import BotBlocked
import asyncio
import requests
bot = Bot(token="")
dp = Dispatcher(bot)
TEMPLATES = {