Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Releases: expectocode/telegram-export

Version 1.8

15 Dec 19:14
Compare
Choose a tag to compare

Fixes:
Don't get entities of blacklisted IDs (fix #84)
Fix guess_extension exception on None inputs for mime types (#88)
2FA password config field comment clarity improvement (#89)

Version 1.7

14 Jul 17:44
Compare
Choose a tag to compare

Incremental update - update to newest Telethon and add a 2FA password code field to the config.

Version 1.5

06 Jun 20:21
Compare
Choose a tag to compare

A lot of nice little tweaks, and also brand new proxy support Thanks to @xkord for making this one happen. If there's something you wish the program did, consider making a PR. We appreciate them a lot.

You can check out the new proxy config syntax by looking in config.ini.example or running telegram-export --help

Other changes:

  • There was a column created with the wrong datatype, which is not a breaking change but you may want to alter your tables if you're a perfectionist.
  • The program now only mentions "not admin" when it's relevant.
  • A missing entity for some URLs is now dumped.
  • Config and help explanations have been improved to make things clearer and easier. If you find some other annoyances, let us know and we'll get to it (at some point).
  • Some other bug fixes.

First minor version!

28 Feb 19:06
Compare
Choose a tag to compare
First minor version! Pre-release
Pre-release

Basic functionality is now fully implemented - messages, users, channels, supergroups, participants, and admin log.

Next on the list is a nicer cli interface and somewhere in the future could be a GUI. We also want to reach a stable point with the DB schema and get rid of bugs we don't even know about yet :P