if 'some' in text:
import re
MY_RE = re.compile(f'some pattern')
class Register:
user_response = MY_RE.findall(self.text)
# Keep main program running while bot runs threaded
if __name__ == "__main__":
while True:
try:
sleep(120)
except KeyboardInterrupt:
break
class InterfaceInteraction(classmethod):
z = 3 ch2t + i · 2 sh2t
формула даёт комплексное число.ch()
наверное гиперболический косинус cosh()
, а sh()
такой же синус. yourVar [2:-2]
import datetime as dt
from threading import Thread
from time import sleep
class SendThread(Thread):
def __init__(self, hours: int):
Thread.__init__(self)
self.hours = hours
def run(self):
# Здесь код, который будет выполняться в потоке
day_to_seconds = 24 * 60 * 60
now = dt.datetime.now()
today_time = now - dt.datetime(year=now.year, month=now.month, day=now.day)
seconds = today_time / dt.timedelta(seconds=1)
time_to_next_call = self.hours * 60 * 60 - seconds # Время в секундах до первого вызова
if time_to_next_call < 0:
time_to_next_call += day_to_seconds
sleep(time_to_next_call)
while True:
# Ваш код (отправка сообщения)
# ...
sleep(day_to_seconds)
# Ваш код...
if command == "/start":
send_12 = SendThread(hours=12) # сообщение #1
send_18 = SendThread(hours=18) # сообщение #2
send_12.start()
send_18.start()
/usr/bin/python3 /usr/local/bin/bot/bot.py
python3 -V