Initial commit.

This commit is contained in:
2024-01-07 12:26:19 -05:00
commit e6473513f0
9 changed files with 577 additions and 0 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-telegram-bot = "*"
[dev-packages]
[requires]
python_version = "3.11"