From 4cc5ce083012ac6c90b5d2f398b12be8ac4e3a58 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Tue, 7 Oct 2025 14:45:38 +0300 Subject: Add new project --- projects/index.html | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/projects/index.html b/projects/index.html index 821372f..f7b7140 100644 --- a/projects/index.html +++ b/projects/index.html @@ -91,6 +91,24 @@ +
+

Auto telegram reaction

+ + A command-line utility for automatically placing reactions on messages from a + specified user. Built with C++ and the tdlib, it allows you to define a target user + ID and the specific emoji for the reaction. + + (This project was created primarily for learning C++ and tdlib and as a fun tool + for trolling) + + + +
+

Pollify

@@ -98,7 +116,7 @@ Participants can cast their votes, and the results are displayed in real-time on the presentation screen. The backend is built with WebSockets for instant communication and utilizes a PostgreSQL database. Various visualization types are supported: Bar - Plot, Pie Plot and so on. (Just MVP) + Plot, Pie Plot and so on. (Just MVP)