-
-
Notifications
You must be signed in to change notification settings - Fork 812
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #211 from aahnik/misc-patch
Enhanced logging and other minor fixes
- Loading branch information
Showing
11 changed files
with
191 additions
and
81 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "tgcf" | ||
version = "0.2.5.post0" | ||
version = "0.2.6" | ||
description = "The ultimate tool to automate custom telegram message forwarding." | ||
authors = ["aahnik <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -23,6 +23,9 @@ aiohttp = "^3.7.4" | |
tg-login = "^0.0.2" | ||
"watermark.py" = "^0.0.3" | ||
pytesseract = "^0.3.7" | ||
rich = "^10.3.0" | ||
pyfiglet = "^0.8.post1" | ||
verlat = "^0.1.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
typer-cli = "^0.0.11" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""The subpackage for interative bot for tgcf.""" | ||
|
||
from .live_bot import BOT_EVENTS | ||
from .live_bot import get_events |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.