Telegram self-bot that automatically sets reactions
  • C++ 96.3%
  • CMake 3.7%
Find a file
2025-10-06 13:12:17 +03:00
td@369ee922b4 Init project 2025-10-06 12:33:13 +03:00
.clangd Init project 2025-10-06 12:33:13 +03:00
.gitignore Init project 2025-10-06 12:33:13 +03:00
.gitmodules Init project 2025-10-06 12:33:13 +03:00
client.cpp Add some output 2025-10-06 13:12:17 +03:00
CMakeLists.txt Init project 2025-10-06 12:33:13 +03:00
main.cpp Init project 2025-10-06 12:33:13 +03:00
README.md Init project 2025-10-06 12:33:13 +03:00

Auto telegram reaction

Automatically sets reactions for the user

Build

mkdir build && cd build
cmake DCMAKE_BUILD_TYPE=Release .. && cmake --build .

Usage

./AutoTelegramReaction <user_id> <reaction_emoji>