tg + discord bot for the shortener
Go to file
2025-01-10 13:21:20 +00:00
curl-8.10.1 add curl library 2024-10-11 18:55:32 +00:00
DPP add basic discord support 2024-11-09 01:58:06 +03:00
libuv-v1.49.0 initial 2024-10-10 19:06:50 +00:00
spdlog-1.14.1 prepare app skeleton 2024-10-10 19:06:59 +00:00
td initial 2024-10-10 19:06:50 +00:00
.gitignore initial 2024-10-10 19:06:50 +00:00
CMakeLists.txt add basic discord support 2024-11-09 01:58:06 +03:00
commands.cpp slightly better error handling 2025-01-10 13:21:20 +00:00
commands.h add support for updateChosenInlineResult 2024-10-18 22:31:05 +03:00
common.h add basic discord support 2024-11-09 01:58:06 +03:00
discord_client.cpp add basic discord support 2024-11-09 01:58:06 +03:00
discord_client.h add basic discord support 2024-11-09 01:58:06 +03:00
main.cpp avoid printing too much to the log 2025-01-10 13:20:58 +00:00
README.md edit README 2024-11-09 02:02:08 +03:00
telegram_client.cpp prepare app skeleton 2024-10-10 19:06:59 +00:00
telegram_client.h add basic discord support 2024-11-09 01:58:06 +03:00
util.cpp add basic URL validation for all modes 2024-10-15 14:37:49 +00:00
util.h add basic URL validation for all modes 2024-10-15 14:37:49 +00:00

Telegram AND Discord bot for slavasil.ru URL shortener

Building

Prerequisites

  • gperf
  • openssl
  • zlib

Build

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=Yes -DDPP_BUILD_TEST=No ..