summaryrefslogtreecommitdiff
path: root/README.md
blob: a592f5f67ca1f068c5e4f9d6f59a02976fb5655f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
```