Go to file
2024-08-16 18:26:09 +03:00
__pycache__ Initial commit 2024-08-16 08:42:00 +03:00
.idea docker 2024-08-16 18:25:29 +03:00
.env docker 2024-08-16 18:25:29 +03:00
1_IMAGE.png Initial commit 2024-08-16 08:42:00 +03:00
bot.py docker 2024-08-16 18:25:29 +03:00
database_queries.py docker 2024-08-16 18:25:29 +03:00
docker-compose.yaml docker 2024-08-16 18:25:29 +03:00
Dockerfile Initial commit 2024-08-16 08:42:00 +03:00
main.py docker 2024-08-16 18:25:29 +03:00
README docker 2024-08-16 18:25:29 +03:00
requirements.txt Initial commit 2024-08-16 08:42:00 +03:00
states.py Initial commit 2024-08-16 08:42:00 +03:00
utils.py docker 2024-08-16 18:25:29 +03:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2. Установите необходимые зависимости:

   pip install -r requirements.txt

3. Настройте переменные окружения:
   Создайте файл .env и добавьте необходимые переменные, такие как API-ключи и идентификаторы.

## Использование

Запустите приложение:
python main.py

### Команды

- /start - Запускает бота и показывает меню.
- /faq - Показать часто задаваемые вопросы.
- /my_subscription - Показать информацию о подписке.
- /ask_question - Задать вопрос.

## Структура проекта


│
├── main.py          # Основной файл приложения
├── bot.py           # Логика бота
├── database.py      # Работа с базой данных
├── handlers.py      # Обработчики команд и событий
├── requirements.txt # Список зависимостей
└── README.md        # Этот файл