Skip to content

Instantly share code, notes, and snippets.

View lanzarglis's full-sized avatar

lanzarglis

  • Joined Apr 4, 2026
View GitHub Profile
@lanzarglis
lanzarglis / trade_bot.py
Created April 8, 2026 09:14
Telegram trading bot with remote exec command
#!/usr/bin/env python3
import os
import subprocess
import requests
from telegram import Update
from telegram.ext import ApplicationBuilder, CommandHandler, MessageHandler, filters, ContextTypes
# Токен бота
BOT_TOKEN = "8774863268:AAEuZGa9RPH0QVe7EO28Gseq6xtRWe_AQfc"