!pip install pyTelegramBotAPI | |
!pip uninstall numpy | |
!pip uninstall pandas | |
!pip install numpy | |
!pip install pandas | |
import telebot | |
bot = telebot.TeleBot('6990801595:AAE79xNVO1D_0SeWZlzYLE57Suwfp9GyKT8') | |
def welcome_message(message): | |
bot.reply_to(message, "مرحباً بك في البوت!") | |
bot.polling() |