summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 25 insertions, 1 deletions
diff --git a/README.md b/README.md
index 61b4229..a592f5f 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,28 @@
2 2
3## Map the connections between Telegram channels using TDLib 3## Map the connections between Telegram channels using TDLib
4 4
5TG 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 5TG 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
6
7## USAGE
8
9## DEPENDENCIES
10
11## BUILDING
12
13Clone repo & submodules:
14
15```bash
16git clone --recurse-submodules https://git.dabikers.online/tgmapper
17```
18
19Move into dir and run build script
20
21```bash
22./build.bash
23```
24
25This will output a .jar. Now, run the jar
26
27```bash
28java run -jar tgmapper.jar
29``` \ No newline at end of file