Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 716 Bytes

File metadata and controls

17 lines (17 loc) · 716 Bytes

SearchBot from Telegram

This is a bot created for the factory. Each employee can write a part article to the bot and receive a drawing in response.

  • Drawings are added with the /upload command
  • Anyone who has access to the bot can add a file.
  • The /delete command to delete drawings (deletes only from the database. the file still remains in the telegram)
  • The /list command shows a list of downloaded files with articles.

For start bot:

  • add TOKEN and ADMIN ID (from telegram) in .env file;
  • create and activate new venv with aiorgamm and dotenv;
  • Start bot - python main.py.