Skip to content

Instantly share code, notes, and snippets.

View sedovolosiy's full-sized avatar

Serhii Siedovolosij sedovolosiy

View GitHub Profile
@sedovolosiy
sedovolosiy / telegram_bot_verify_tokens_if_scam.py
Created April 21, 2024 13:09
A Telegram bot designed to verify if tokens are scams.
from telegram.ext import Updater, CommandHandler, MessageHandler, Filters
import requests
# Токен, который вы получили от BotFather
TELEGRAM_TOKEN = '6316632422:AAElNs3y4HW_pL3DltyIHqxrhtT_XluEvPafU'
# Словарь для хранения выбранного языка пользователем
user_language = {}
def set_language(update, context):