dp.message_handler(commands=['start']) # Обработка команды /старт
async def start(message: types.Message, call: CallbackQuery):
if message.from_user.id == int(config.ADMIN_ID):
await bot.send_message(config.ADMIN_ID, "Для продолжения, выберите пункт который вас интересует", reply_markup=keyboard.admin_mainmenu)
await bot.answer_callback_query(call, show_alert=True, text="тест")
else:
await message.reply("Для продолжения, выберите пункт который вас интересует", reply_markup=keyboard.mainmenu)
@dp.message_handler(commands=['start']) # Обработка команды /старт
async def start(message: types.Message):
if message.from_user.id == int(config.ADMIN_ID):
await bot.send_message(config.ADMIN_ID, "Для продолжения, выберите пункт который вас интересует", reply_markup=keyboard.admin_mainmenu)
await bot.answer_callback_query(call.id, show_alert=True, text="тест")
else:
await message.reply("Для продолжения, выберите пункт который вас интересует", reply_markup=keyboard.mainmenu)
name = soup.find('h1', class_='priceHeading').text
price = soup.find('div', class_='priceValue').text.replace('$', '').replace(',', '')
print(name + ': ' + price)
@dp.message_handler(commands=['start'])
async def start_handler(message: types.Message):
user_name = message.from_user.first_name
await bot.send_message(message.from_user.id, f'Привет, <b>{user_name}</b>')
msg = await bot.send_message(message.from_user.id, f'{name}: <b>{float(price)}</b>')
i = 0
a = f'{float(price)}'
while True:
if a != float(price):
asyncio.sleep(15)
await msg.edit_text(f'{name}: <b>{price}</b> ' + '\n' + f'Кол-во обновлений было: {i+1}')
else:
print('Изменений нет')
price = soup.find('div', class_='priceValue').text.replace('$', '').replace(',', '')
@dp.message_handler(commands=['start'])
async def start_handler(message: types.Message):
user_name = message.from_user.first_name
await bot.send_message(message.from_user.id, f'Привет, <b>{user_name}</b>')
msg = await bot.send_message(message.from_user.id, f'{name}: <b>{float(price)}</b>')
I=0
while True:
oldprice = soup.find('div', class_='priceValue').text.replace('$', '').replace(',', '')
asincio.sleep(15)
If oldprice == price:
print(“изменений нет”)
else:
await msg.edit_text(f'{name}: <b>{price}</b> ' + '\n' + f'Кол-во обновлений было: {i+1}')
while True:
i = 0
i = i + 1
await msg.edit_text(f'{name}: <b>{price}</b> ' + '\n' + f'Кол-во обновлений было: {i}')
asyncio.sleep(15)