Answer the question
In order to leave comments, you need to log in
VPN connection in Python. What is the best way to implement on MacOS?
There is a Telegram Bot program. The code is presented below.
import telebot
bot = telebot.TeleBot("1245989665:AAHrsujBU3xtvFgBHUJFlIz9UwywQv8eOqE")
@bot.message_handler(content_typs=['text'])
def lalala(message):
bot.send_message(message.chat.id, message.text)
bot.polling(none_stop=True)
Traceback (most recent call last):
File "bot2.py", line 1, in <module>
import telebot
ImportError: No module named telebot
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question