command
module
Version:
v0.0.0-...-2be0032
Opens a new window with list of versions in this module.
Published: Feb 22, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
F9TelegramUtils
F9 Telegram Utils
Feature may violating the telegram ToS, USE AT YOUR OWN RISK!
Features
- Keep your telegram always online
- Edit the message with "✔️✔️" when the recipient has read the message. (Read Receipt)
- Synchronize your last name with a system clock (e.g.:
your firstname
12:34AM
)
- PRs welcome.
Requirement
- tdlib
- 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 :)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.