Менеджер паролей на 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-09-29 16:02:11 +03:00
src Added function headers in database.add 2022-09-29 16:02:11 +03:00
.gitignore Initial commit 2022-09-25 18:48:09 +00:00
LICENSE Changed License to General Public License v3.0 2022-09-25 18:49:39 +00:00
main.py env variables! 2022-09-26 22:46:21 +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 env variables! 2022-09-26 22:46:21 +03:00

PassManager

Цель

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

Задачи

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

Инструменты

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