WikiSearch-Bot — это Telegram-бот, который превращает поиск информации в мгновенное удовольствие.
Ты даёшь боту:
- Любую тему или категорию (например: "Minecraft", "История Рима").
- Опционально: указываешь, что хочешь всю категорию.
Бот тебе даёт:
- Краткий summary статьи.
- Полную статью в текстовом файле.
- Если тема — категория, архив со всеми статьями.
- Автоматический выбор источника: фандом для игр, Википедия для общего.
- Быстрый summary статьи.
- Полная статья в текстовом файле.
- Архив статей для категорий.
- Автоматический выбор источника: фандом для игр, Википедия для общего.
-
- Склонируйте репозиторий
-
- Установите зависимости:
pip install -r requirements.txt
-
- Настройте
.env:
- Настройте
TELEGRAM_API (Токен вашего бота) GEMINI_API (Токен Gemini) PROJECT_NAME (Название проекта) EMAIL (Ваша почта)
-
- Запустите бота:
python main.py
- Откройте Telegram и найдите бота.
- Нажмите «Начать».
- Введите тему или категорию.
- Получите summary и текстовые файлы.
WikiSearch is a Telegram bot that makes finding information fast and easy.
You give the bot:
- Any topic or category (e.g., "Minecraft", "History of Rome")
- Optionally: ask for the full category
The bot gives you:
- Quick summary of the article
- Full article as a text file
- Archive of all articles if it’s a category
- Automatic source selection: fandom for games, Wikipedia for general topics
- Quick summary of any article
- Full article in a text file
- Archive of articles for categories
- Automatic source selection: fandom for games, Wikipedia for general topics
-
- Clone the repository
-
- Install dependencies:
pip install -r requirements.txt
-
- Setup
.env:
- Setup
TELEGRAM_API (Your bot's Telegram token) GEMINI_API (Your Gemini API token) PROJECT_NAME (Project name) EMAIL (Your email)
-
- Run the bot:
python main.py
- Open Telegram and find the bot.
- Press "Start".
- Enter a topic or category.
- Receive summaries and text files.