Telegram бот-агрегатор знаний (инструкций) о процессах машиностроительного производства, разрабатываемый командой "Blind coders" в рамках Онлайн-Хакатона "КодРок2024". Этот бот предназначен для сбора, хранения и предоставления доступа к знаниям о различных аспектах машиностроительного производства.
Для запуска бота необходимо:
- Клонировать репозиторий.
- Установить зависимости, используя
pip install -r requirements.txt
. - Задать переменные окружения для токена Telegram бота и подключения к базе данных.
- Запустить бота командой
python bot.py
.
/start
- начало работы с ботом./new_request
- создание нового запроса на знания.- Прочие команды...
Мы открыты к вкладу сообщества! Если вы хотите помочь улучшению бота, пожалуйста, ознакомьтесь с открытыми задачами в разделе Issues на GitHub или предложите свои идеи через Pull Requests.
Telegram bot-aggregator of knowledge (instructions) about engineering production processes, developing by "Blind coders" team as part of the "CodeRock2024 Online-Hackathon". This bot is designed to collect, store and provide access to knowledge about various aspects of machine manufacturing.
To run the bot you need to:
- Clone the repository.
- Install dependencies using
pip install -r requirements.txt
. - Set environment variables for the Telegram bot token and database connection.
- Run the bot with the
python bot.py
command.
/start
- start working with the bot./new_request
- create a new knowledge request.- Other commands...
We are open to community contributions! If you'd like to help improve the bot, please check out the open tasks in the Issues section on GitHub or offer your ideas via Pull Requests.