-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
1284bd1
commit ac84e34
Showing
5 changed files
with
58 additions
and
16 deletions.
There are no files selected for viewing
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,4 +1,11 @@ | ||
.env | ||
*.session | ||
*.json | ||
dist/ | ||
dist/ | ||
|
||
# JetBrains IDEs | ||
.idea/ | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
**/*.py[cod] |
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
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
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