Extend --help text to include info for acquiring Telegram API ID/hash (#20)

* Fix Poetry mismatch b/w pyproject.toml/poetry.lock

* docs: poetry run command to use pyproject script

* Update .gitignore

* Add show_default kwarg to --output option

* Add envvar kwarg to options and move load_dotenv()

* Add info on creating/storing api credentials

* Bump version

---------

Co-authored-by: Galen Reich <54807169+GalenReich@users.noreply.github.com>
This commit is contained in:
Jordan Gillard
2024-03-05 04:57:06 -05:00
committed by GitHub
parent 1284bd1ae7
commit ac84e34d38
5 changed files with 58 additions and 16 deletions

9
.gitignore vendored
View File

@@ -1,4 +1,11 @@
.env
*.session
*.json
dist/
dist/
# JetBrains IDEs
.idea/
# Byte-compiled / optimized / DLL files
__pycache__/
**/*.py[cod]