Advertisement
qsadfasdgfgads

Untitled

Apr 7th, 2020
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.34 KB | None | 0 0
  1. import telebot
  2. from telebot import apihelper
  3. apihelper.proxy = {'https': 'socks5://549479522:xxxxxxxxxxxx.s5.opennetwork.cc:999'}
  4. token = ''
  5. bot = telebot.TeleBot(token)
  6.  
  7. @bot.message_handler(commands=['start'])
  8. def start_message(message):
  9.     bot.send_message(message.chat.id, 'Привет, ты написал мне /start')
  10.  
  11. bot.polling()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement