Skip to content

Создание викторины для поздравления с днём святого Валентина

License

Notifications You must be signed in to change notification settings

sergeicastle/valentines_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Version Aiogram Version pyQiwiP2P Version License

About

Телеграм-бот для поздравлений. Создайте викторину из 5 вопросов (изображение, текст вопроса, четыре варианта ответа). После оплаты, отправьте секретное слово любому пользователю. После прохождения викторины, пользователь получит ваше поздравление.

Documentation

Для работы бота, создайте в корневой папке файл create_bot.py

from aiogram import Bot, Dispatcher
from aiogram.contrib.fsm_storage.memory import MemoryStorage

TOKEN = '' # вставьте ваш токен телеграм
QIWI_TOKEN = '' # вставьте ваш токен Qiwi

storage = MemoryStorage()

bot = Bot(token=TOKEN)
dp = Dispatcher(bot, storage=storage)

Developers

License

Project valentines_bot is distributed under the MIT license.

About

Создание викторины для поздравления с днём святого Валентина

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages