Commit Graph
22 Commits
Author SHA1 Message Date
alex 69c0162c6b feat: добавлены комплексные тесты для системы модерации 2025-10-18 15:57:44 +03:00
alex fd77c24d6b 🔥 Version 1.4.0 - Critical Security & Stability Fixes 2025-10-16 16:21:49 +03:00
alex 7d8e4ff9b1 Обновлены контакты команды разработки 2025-10-16 15:23:06 +03:00
alex de13bc3e31 Version 1.3.0 - Bug fixes and donation system improvements v1.3.0 2025-10-16 15:17:58 +03:00
alex 653cda9430 Remove database file from tracking 2025-10-15 17:16:22 +03:00
alex b02e299a61 Fixed NameError for datetime import in schedule_post method 2025-10-15 17:03:37 +03:00
alex ae7e87d463 Implemented post preview and confirmation system before scheduling - users can now preview posts, edit text, add images, or confirm scheduling 2025-10-15 16:52:38 +03:00
alex 34698c7fe1 Added debug print to list_posts to check if posts are found 2025-10-15 16:44:51 +03:00
alex fb50eb1a19 Fixed schedule_post command argument parsing to properly handle context.args 2025-10-15 16:40:08 +03:00
alex 24450565ed Delete telegram_bot.db 2025-10-15 16:24:28 +03:00
alex 48234ffd91 Added ADMIN_IDS variable for admin check by user ID list before Telegram status check 2025-10-15 16:22:42 +03:00
alex 6df37ae30b Fixed NameError for messages.HELP_TEXT in show_help_menu method 2025-10-15 15:56:20 +03:00
alex 885677976d Fixed inline keyboard button parsing errors by replacing GAME_KEYBOARDS constants with hardcoded InlineKeyboardButton objects in start(), help(), handle_message(), handle_quiz_answer(), show_start_menu(), and show_help_menu() methods 2025-10-15 15:40:38 +03:00
alex 2db3b05bcb feat: add Battleship game with 5x5 board, ship placement and scoring 2025-10-15 15:13:01 +03:00
alex 121eb1b11e feat: replace hardcoded text with variable in bot.py line 183 2025-10-15 13:47:41 +03:00
alex d648830b50 feat: replace hardcoded messages with variables from messages.py 2025-10-15 13:43:49 +03:00
alex 8ddf03f132 feat: rename config.py to config_local.py and create template config.py 2025-10-15 13:35:32 +03:00
alex accd5d0f16 Initial commit: Telegram bot with scheduler and database functionality 2025-10-15 13:02:57 +03:00
alex 16e3432345 docs: добавлен QUICK_START.md для быстрого начала работы 2025-10-15 00:02:53 +03:00
alex 2935d1ecb7 docs: добавлена инструкция по загрузке на GitHub 2025-10-15 00:01:24 +03:00
alex c1d011b1f3 docs: добавлен .gitignore файл 2025-10-14 23:58:47 +03:00
alex c14d53b3db feat: добавлен планировщик постов по расписанию 2025-10-14 23:56:28 +03:00