olmo
2402db662d
feat: add username search functionality
2025-10-04 18:12:06 +02:00
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
Dmitry
2782ce8f82
Format code with Black
...
Makes code PEP8 compliant
2024-03-18 11:07:13 +00: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
omstaendlig
1284bd1ae7
Updated docstrings and added type hints ( #19 )
2024-02-21 17:17:43 +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
4011e916c8
removes unused imports
2024-02-08 17:50:41 +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
253e2f0ebc
refactoring and moving to poetry
2024-01-25 16:48:43 +00:00