A Telegram bot built for the SK Kids Challenge, designed to help users navigate the space4kids.ru website — with space facts, bilingual support, and small talk.
🏆 1st place winner at SK Kids Challenge
Note
The bot is currently offline. It was hosted at @Space4KidsBot.
The bot acts as an interactive guide to space4kids.ru, giving users quick access to all major sections and subsections via keyboard buttons — no need to browse the website manually.
Hit the "👀 Ты этого точно не знал!" button and get 10 random space facts from a curated list of 60+ facts (Russian only).
The bot responds to casual messages like greetings and simple questions:
Привет!→Привет!Как дела?→Хорошо!Что делаешь?→Помогаю людям!
| Feature | 🇷🇺 Russian | 🇬🇧 English |
|---|---|---|
| Main sections | ✅ | ✅ |
| Subsections | ✅ | ❌ |
| Random space facts | ✅ | ❌ |
| Small talk | ✅ | ❌ |
- Language: Python 3
- Library: pyTelegramBotAPI (
telebot) - Structure:
skbot.py— main bot logic, message handlers, space facts listmenu.py— menu and submenu button definitions
space4kids-telegram-bot/
├── skbot.py # Bot entry point — handlers, facts, logic
├── menu.py # Menu button definitions and submenu links
└── README.md
This project has no explicit license. Feel free to explore and learn from the code.