# Auto telegram reaction Automatically sets reactions for the user ## Build ```sh mkdir build && cd build ``` ```sh cmake DCMAKE_BUILD_TYPE=Release .. && cmake --build . ``` ## Usage ```sh ./AutoTelegramReaction ```