Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Releases: TelegramTools/TLCounter

TLCounter 2.0

25 Apr 19:58
Compare
Choose a tag to compare

Binaries for Linux are also provided now, alongside with Windows!

  • Removed the 1 million message archive explanation, as this issue has been already solved by Telegram.
  • Update telethon version to the latest one available at the time of writing, 1.13
  • General improvements and cleanup
  • Make binaries for Linux

TLCounter 1.9

26 Jan 18:30
Compare
Choose a tag to compare
  • Fixed the versioning of the files.
  • Updated the externalised version, as it was lagging some versions behind

There is no change in the code since this version and the older one: This release just fixes the issue where the old version number of TLCounter appeared in Telegram's Settings > Privacy and Security > Active Sessions. Also, it's intended to help me in organizing myself in case I release a new version (unlikely, as TLCounter works great for what I need and doesn't seems to have a margin of improvement).

TLCounter 1.8

10 Jan 14:50
Compare
Choose a tag to compare
  • New!: Chats that count against the 1 M million limit now are marked with an asterisk (channels and supergroups).

  • Updated to Python 3.7.2

  • Downgraded the bundled Telethon version to the latest sync one (0.19.1.6), as sync has been finally deprecated from latest Telethon releases, and versions bigger than 1.0 are not as stable in sync mode as the prior versions. Downgrading to this version for synchronous code has been the recommendation of Lonami's Telethon dev.

If you don't understand what I'm saying here, just understand it as now the access and the speed in the connections to Telegram might be faster

TLCounter 1.7

14 Jun 16:30
Compare
Choose a tag to compare
  • Bug Fixes: New Telegram's API changes returned DraftMessageEmpty for each dialog which didn't have a draft on it, crashing the app. Now it's fixed in this release.

TLCounter 1.6

20 May 19:08
Compare
Choose a tag to compare
  • Bug fixes: A lot of them! Things are really improved since 1.1!
  • Database: Now, TLCounter will use a file called "TLCounter-UserData.db" to store all the info about the groups which were migrated to supergroups. That way, TLCounter will start much quickier, as it won't make a request to Telegram's API for each of your supergroups at the beginning
  • Apart of the fancy database thing, there are a lot of other little details which will make the counting much faster. So this is great!
  • There is also a new fancy progress bar while gathering and processing all the data from Telegram!
  • The Windows release includes the latest Telethon commits, with a ton of bugfixes as well.
  • I added a "requirements.txt" file for those who want to try the script in their own Python's environment and need to install the dependencies. Take in mind that with this release, the "progressbar2" dependency is also needed, so make sure that you reinstall the dependencies from the "requirements.txt" file!

Thank you very much for using the app!

TLCounter 1.1

09 May 17:45
Compare
Choose a tag to compare
  • Bug fixes: Now converted groups to supergroups won't be shown twice

  • Beautiful output: The output is now more beautifully and clearly displayed.

  • Upgraded the Telethon's library to v0.19

TLCounter 1.0

04 May 19:56
ad97d62
Compare
Choose a tag to compare

First release of the app. Windows and Python binaries included.