telescan icon indicating copy to clipboard operation
telescan copied to clipboard

Results 4 telescan issues
Sort by recently updated
recently updated
newest added

python3 telescan.py api_creds.ini Traceback (most recent call last): File "telescan.py", line 9, in app = Client( TypeError: __init__() got an unexpected keyword argument 'config_file' **api_creds.ini** [pyrogram] api_id = 18XXXX76 api_hash...

It simply wont run. Command: `python3 telescan.py api_creds.ini` ``` Traceback (most recent call last): File "/home/user/telescan/telescan.py", line 10, in app = Client( TypeError: Client.__init__() got an unexpected keyword argument 'config_file'...

After selecting item 1, an error message appears ``` Traceback (most recent call last): File "telescan.py", line 108, in dialogs = app.get_dialogs()['dialogs'] TypeError: list indices must be integers or slices,...

Cannot sign in with password

bug
good first issue