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.
- add TOKEN and ADMIN ID (from telegram) in .env file;
- create and activate new venv with aiorgamm and dotenv;
- Start bot - python main.py.