# TG Mapper ## Map the connections between Telegram channels using TDLib TG Mapper is a tool for satiating my curiosity. For a long time, I've wanted to see how interconnected different TG channels are, and this is my solution. TG Mapper uses TDLib to search through channel posts, find forwarded posts, and store connections in a graph ## USAGE ## DEPENDENCIES ## BUILDING Clone repo & submodules: ```bash git clone --recurse-submodules https://git.dabikers.online/tgmapper ``` Move into dir and run build script ```bash ./build.bash ``` This will output a .jar. Now, run the jar ```bash java run -jar tgmapper.jar ```