<header>
<div class="logo">
<img>
</div>
<div class="navigation">
... link etc
</div>
</header>
import telebot
TOKEN =
bot = telebot.TeleBot(TOKEN)
@bot.message_handler(commands=['start', 'help'])
def send_welcome(message):
bot.reply_to(message, "Howdy, how are you doing?")
print(message.chat.id)
chat_id = '105674243' # <- paste id
bot.send_message(chat_id, 'some text')
bot.polling()
@bot.message_handler(commands=['start', 'help'])
def send_welcome(message):
bot.reply_to(message, "Howdy, how are you doing?")
@bot.message_handler(func=lambda m: True)
def echo_all(message):
bot.reply_to(message, message.text)
bot.polling()
@bot.message_handler(func=lambda m: True)
def echo_all(message):
chat_id = message.chat.id
print(chat_id)
bot.send_message(chat_id, 'some text')
А парень, который делал https://www.phantom-detective.ru/, нормально так "схитрил"(я бы назвал это другим словом)
Вы можете сделать как и он. Для этого задаем display: none всем элементам на странице falter.wild.plus/#en. Оставляем только canvas. Запускаем программу захвата экрака(запись видео). Записываем все что проиходит. Обрезаем нужные кадры. Потом просто заменяем файл видео на новый. Про интерактив забудьте.