Менеджер паролей на Python для Telegram
This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2022-10-14 20:02:27 +03:00
src Added message after account deletion 2022-10-14 20:02:27 +03:00
.dockerignore Docker files 2022-10-14 18:54:29 +03:00
.gitignore Docker files 2022-10-14 18:54:29 +03:00
compose.yaml Docker files 2022-10-14 18:54:29 +03:00
Dockerfile Docker files 2022-10-14 18:54:29 +03:00
LICENSE Changed License to General Public License v3.0 2022-09-25 18:49:39 +00:00
main.py Moved code to main func in src 2022-10-05 15:14:32 +03:00
README.md Changed README.md 2022-09-25 18:53:32 +00:00
requirements-dev.txt Created file structure 2022-09-26 20:34:02 +03:00
requirements.txt Added sqlmodel to requirements 2022-10-14 15:42:32 +03:00

PassManager

Цель

Создать бота для сохранения, созания паролей в зашифрованой базе данных.

Задачи

  • Создать телеграм бота
  • Научить его работать с БД (MariaDB)
  • Зашифровать БД
  • Сделать общедоступным

Инструменты

  • Язык программирования Python
  • PyTelegramBotAPI
  • MariaDB