Skip to content

Instantly share code, notes, and snippets.

View mikoz20130-stack's full-sized avatar

mikoz20130-stack

  • Joined Oct 3, 2025
View GitHub Profile
# pip install telebot
import telebot
# pip install yfinance
import yfinance as yf
# to connect to monitor UptimeRobot
from keepalive import keep_alive
# Replace with your Telegram bot token from @BotFather
TOKEN = '8031656975:AAHbQlc2FF4ZL71SEwCX1-dwYOQ_dcGSqr4'
bot = telebot.TeleBot(TOKEN)