Skip to content

Instantly share code, notes, and snippets.

@gsam1
Created September 10, 2022 11:36
Show Gist options
  • Save gsam1/055a537c4d090b7ed07483b989608b00 to your computer and use it in GitHub Desktop.
Save gsam1/055a537c4d090b7ed07483b989608b00 to your computer and use it in GitHub Desktop.
Simple Telegram Bot
import telebot
bot = telebot.TeleBot("TOKEN", parse_mode=None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment