From 82c6f12de286db3c89758f201f619a63accf17f4 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Thu, 2 Oct 2025 16:21:29 -0500 Subject: Begin the over-engineering process --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 61b4229..a592f5f 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,28 @@ ## 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 \ No newline at end of file +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 +``` \ No newline at end of file -- cgit v1.2.3