rvaidun / befake

view bereals without posting your own :)
286 stars 126 forks source link

Friend Graph #24

Closed rvaidun closed 1 year ago

rvaidun commented 1 year ago

Create a interactive zoomable pannable graph exactly like the one shown in https://shomil.me/bereal/ under the friend suggestion tag. This would be in it's own page on a route like /graph image

NeedNot commented 1 year ago

I think the problem is bereal api isn't like it was back then in that article. now it's done server side and they send a list of like 50 people that have mutual friends with you which seems to be sorted most mutual to least. so you could make a graph of the top 50 people you have mutual friends with and thats it.

edit: an alternative is you could make a graph of all your friends and how they connect, but this wouldn't show non friends but it would show the connection between all your friends