Skip to content

Instantly share code, notes, and snippets.

View isaccwebdev's full-sized avatar
😀
Coding

Isaac Danger isaccwebdev

😀
Coding
View GitHub Profile
import telebot
from bs4 import BeautifulSoup
import requests
bot = telebot.TeleBot("TOKEN")
@bot.message_handler(commands=['start', 'help'])
def send_welcome(message):
bot.reply_to(message, "Hola, un gusto en poder ayudarte.")