Commit Graph

16 Commits

Author SHA1 Message Date
Douglas
6ac1cac601 Added photo download flag (#38)
* Added photo download flag
* Added logging, docstrings, bash cmd in README
* Black formatting
* Use logger for stdout results
2024-06-24 15:48:47 +01:00
msramalho
49f657f90c ensures telegram client is disconnected and the event loop can close 2024-04-15 12:29:51 +01:00
Jordan Gillard
874b5ef902 Improve user last online & make program async 2024-04-06 17:16:43 -04:00
Jordan Gillard
cee577fd79 Add pytest dependency & generate req. files 2024-04-06 16:21:00 -04:00
lowaCase
3636963d1a return richer account information (#21)
* added more fields for user information
* Increment version to 1.1.0 (reflecting the new functionality)

---------

Co-authored-by: Galen Reich <54807169+GalenReich@users.noreply.github.com>
2024-03-05 15:09:33 +00:00
Jordan Gillard
ac84e34d38 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>
2024-03-05 09:57:06 +00:00
Galen Reich
b9380e001a Fix missing info (#17)
* Use the user object from user deletion instead of user import
* Bump version
2024-02-13 15:23:52 +00:00
Galen Reich
fe57ce1443 Match accounts by id instead of username (#15)
* Replace account matching by (optional) username with (mandatory) id field
* Use get instead of direct key retrieval
* Bump version
2024-02-12 15:03:12 +00:00
msramalho
2a503856c2 fix poetry build default env file is empty 2024-02-08 15:08:35 +00:00
msramalho
d7f5415a4e fixes .env not working from CLI 2024-02-08 12:52:50 +00:00
msramalho
9ed496d690 remove whitespace in phone numbers 2024-01-30 22:37:00 +00:00
msramalho
3c9cb2ab99 click.prompt to input for notebooks compatibility 2024-01-25 17:35:48 +00:00
msramalho
dd6108a449 fix urls 2024-01-25 17:09:14 +00:00
msramalho
a649ce5ab6 pypi urls 2024-01-25 17:08:51 +00:00
msramalho
2b7dea31fd minor documentation improvements 2024-01-25 17:07:25 +00:00
msramalho
253e2f0ebc refactoring and moving to poetry 2024-01-25 16:48:43 +00:00