MTPyroger/pyrogram/client
Dan ec82b4f994 Don't use getpass anymore (for now)
The reason is that getpass is blocking. Let's use ainput() until
a proper way of reading from stdin without echoing is found.
2018-07-02 17:21:42 +02:00
..
dispatcher Fix develop merge issues with asyncio branch 2018-06-21 18:02:16 +02:00
ext Add ainput function 2018-07-02 14:10:26 +02:00
filters Add reply_keyboard and inline_keyboard filters 2018-06-23 10:36:29 +02:00
handlers Merge branch 'develop' into asyncio 2018-06-22 13:37:56 +02:00
methods Merge branch 'develop' into asyncio 2018-07-02 09:51:01 +02:00
style Revert "Add Empty parse mode" 2018-05-31 13:03:20 +02:00
types Merge branch 'develop' into asyncio 2018-06-28 20:10:38 +02:00
__init__.py Add Handler to deleted messages update 2018-06-19 11:18:12 -03:00
client.py Don't use getpass anymore (for now) 2018-07-02 17:21:42 +02:00