with json converter

This commit is contained in:
2024-10-08 13:31:13 +03:00
parent 864e9591ab
commit 568f0ba517
6 changed files with 377 additions and 2 deletions

View File

@ -8,6 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
telethon = "^1.37.0"
jsoner = {git = "https://github.com/trojvn/jsoner.git"}
[build-system]