Go to file
2023-12-22 14:58:41 -05:00
.env.example Initial Commit 2023-11-03 11:47:30 -04:00
.gitignore Initial Commit 2023-11-03 11:47:30 -04:00
akkoma.go consent check & func name normalization 2023-12-22 14:58:41 -05:00
firefish.go consent check & func name normalization 2023-12-22 14:58:41 -05:00
go.mod Initial Commit 2023-11-03 11:47:30 -04:00
go.sum Initial Commit 2023-11-03 11:47:30 -04:00
main.go consent check & func name normalization 2023-12-22 14:58:41 -05:00
mastodon.go consent check & func name normalization 2023-12-22 14:58:41 -05:00
meta.go Initial Commit 2023-11-03 11:47:30 -04:00
README.md small code cleanup 2023-11-03 13:18:09 -04:00

FediGraph

FediGraph is a tool to visualize connections between people and instances on fedi. It uses a Memgraph database to store and query data, and relies on Memgraph Lab to display the graph.

Usage

fedigraph USER@INSTANCE DEPTH

Example:

fedigraph besties@social.besties.house 2

Note

Using this with a recursion depth higher than 3 is a bad idea. It takes a long time, and the likelihood of your PC running out of memory is high (see: my pc crash logs).