import requests, telebot bot = telebot.TeleBot("токен") @bot.message_handler(content_types=['text']) def messages(message): response = requests.get("https://isinkin-bot-api.herokuapp.com/1/talk?q="+message.text.replace(" ","%20")).text[9:-2] bot.send_message(message.from_user.id,response) bot.polling(none_stop=True) PHP import requests, telebot bot = telebot.TeleBot("токен") @bot.message_handler(content_types=['text']) def messages(message): response = requests.get("https://isinkin-bot-api.herokuapp.com/1/talk?q="+message.text.replace(" ","%20")).text[9:-2] bot.send_message(message.from_user.id,response) bot.polling(none_stop=True) Яп - питон Копируете, вставляете во второй строке токен бота, и пишите ему в лс что-нибудь. Он вам ответит Из модулей: pip install requests pip install PyTelegramBotApi Скриншот - http://prntscr.com/rld333