This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# пример отсюда https://www.youtube.com/watch?v=HodO2eBEz_8&t=165s | |
# Гоша Сударь TelegramBot на Python | |
# повторная регистрация не проходить возраст не записывается. | |
# версия от 13 мая 22 делаю по аналогии с ботом в ManyChat | |
import telebot | |
import time | |
from telebot import types #для работы клавиатуры | |
from datetime import datetime | |
import gspread | |
from telebot.types import ReplyKeyboardMarkup |