Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

c0re100/F9TelegramUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

F9TelegramUtils

F9 Telegram Utils

Feature may violating the telegram ToS, USE AT YOUR OWN RISK!

Features

  1. Keep your telegram always online
  2. Edit the message with "✔️✔️" when the recipient has read the message. (Read Receipt)
  3. Synchronize your last name with a system clock (e.g.: your firstname 12:34AM)
  4. PRs welcome.

Requirement

  1. tdlib
  2. go get github.com/c0re100/go-tdlib

Building

tdlib

Compile tdlib on Windows

Everybody know Windows development environment is crappy.

You must have MSYS(Installing GCC & MSYS2).

Open the MSYS2 mingw64 shell

git clone https://github.com/tdlib/td.git
cd td
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=C:\src\vcpkg\scripts\buildsystems\vcpkg.cmake ..
cmake --build . --config Release

or you can using my pre-compiled binaries :)