Вот он на гитхабе: https://github.com/vysheng/tg
Сделал все по инструкции. Вот ошибка при сборке:
$ make
gcc -g -O2 -DHAVE_CONFIG_H -Wall -Wextra -Werror -Wno-deprecated -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -I. -I. -c binlog.c -o binlog.o
binlog.c: In function ‘add_log_event’:
binlog.c:719:5: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘int’ [-Werror=format]
cc1: all warnings being treated as errors
make: *** [binlog.o] Ошибка 1