telegram-json-backup icon indicating copy to clipboard operation
telegram-json-backup copied to clipboard

Backup Telegram chat logs to JSON format using telegram-cli

Results 3 telegram-json-backup issues
Sort by recently updated
recently updated
newest added

Since Python in wwms broken in telegram-cli, you can switch to python2 instead of 3 just by changing the mkdir line to: ``` try: os.makedirs(BACKUP_DIR) except OSError: pass ```

I haven't found what's different with these users, but their messages are filled with null values, for example: ``` json {"mention": false, "flags": 0, "fwd_date": null, "src": null, "action": "ACTION_NONE",...

Using the experimental branch and setting `DOWNLOAD_PHOTOS` and `DOWNLOAD_DOCUMENTS` to `True` I'm able to also backup photos, Stickers and music files, but Voice Notes are not downloaded. I get the...