/SmartMediaBot

This bot simplifies the file processing and enhances the level of confidentiality during data transmission and storage.

Primary LanguagePython

SmartMediaBot

top-language

watchers forks start

Данный телеграмм бот предоставляет три команды для обработки файлов:

  • /pdf - Шифрует PDF файл с заданным паролем
  • /txt - Шифрует или расшифровывает файл txt или aes с заданным паролем
  • /get_mp3_from_mp4 - Извлекает звуковую дорожку из mp4 файла

Каждая команда выполняет определенную функцию для обработки файлов. Команда /pdf шифрует заданный PDF файл паролем, что позволяет защитить конфиденциальную информацию. Команда /txt может шифровать или расшифровывать файлы, что обеспечивает безопасность хранения важных данных. Команда /get_mp3_from_mp4 извлекает звуковую дорожку из mp4 файла, что может быть полезно для создания рингтонов или подборок музыки для личного пользования.

Данный бот позволяет упростить процесс обработки файлов и повысить уровень конфиденциальности при передаче и хранении важных данных.


A brief description for the Telegram bot with the following commands and functions:

/pdf - Encrypt PDF file with a password /txt - Encrypt/Decrypt txt/aes files with a specified password /get_mp3_from_mp4 - Extract audio track from mp4 file

This Telegram bot provides three commands for processing files:

  • /pdf - Encrypts specified PDF file with a password for better security
  • /txt - Encrypts or decrypts specified txt or aes file for better data protection
  • /get_mp3_from_mp4 - Extracts audio track from specified mp4 file for creating music playlists or ringtones

Each command performs a specific function for file processing. The /pdf command encrypts a PDF file with a password, enhancing confidentiality. The /txt command can encrypt or decrypt files, providing secure storage of important data. The /get_mp3_from_mp4 command extracts an audio track from an mp4 file, useful for creating custom music playlists or ringtones.

This bot simplifies the file processing and enhances the level of confidentiality during data transmission and storage.