scripting / blue.feedland

A place to discuss and develop an app that connects social media apps via feeds.
MIT License
5 stars 0 forks source link

Feed generators? #6

Open scripting opened 1 year ago

scripting commented 1 year ago

@johnspurlock -- is this what you're working on?

https://github.com/bluesky-social/feed-generator

johnspurlock commented 1 year ago

yes, that's going to be the way for 3p to contribute new "algorithms" for users to mix and match in their bluesky app - in place of the current "what's hot" tab

That repo has sample code, but it's not necessary to use it (I don't) - you can host code anywhere that can respond to three different http requests

johnspurlock commented 1 year ago

I have some basic ones for the unfiltered firehose, but I just had an idea this morning about a great one for news. Basically posts with links to news stories, but only stories the given user has not seen yet! Bsky sends you the user in question so I can return different results for different users.