Scobiform / fedi-follow-force-graph

Mastodon analytics tool that generates a force graph to visually represent the relationships between user followers and followings on Mastodon. Users can log in via Mastodon OAuth to view graphs of their social connections. The tool is coded primarily in Python and utilizes JavaScript libraries for graphical representations.
GNU Affero General Public License v3.0
3 stars 0 forks source link

Add search for user #11

Open Scobiform opened 6 months ago

Scobiform commented 6 months ago

I have to use WebFinger so it will be possible to analyze graphs of users from other instances. Right now you can search for users, but only users of your instance will receive a successful fetch response after click (loading user graph).

https://github.com/mastodon/mastodon/issues/23270#issuecomment-1411566068

Also all fetching needs rework for large accounts.