+ Replaced the http client with [httpx](https://github.com/encode/httpx) instead of requests / aiohttp. (#13)
The default communication behavior is now via http2. (Except in some cases)
CLI :
+ Show progress bar while extracting chats.
+ New option `--save_error_data`. If this option is specified, the error data will be saved as a `.dat` file when the error occurs. (CLI only)