This is a hebrew feed generator for bluesky, based on the Feed Generator Template.
yarn
.env
file with a postgres connection string and your own DID, optionally more configuration options if you likeyarn dev
, and it will be available on localhost:3000
(or a different host/port if you changed that configuration)The feeds can be accessed through this url - http://localhost:3000/xrpc/app.bsky.feed.getFeedSkeleton?feed=at://YOUR_DID_HERE/app.bsky.feed.generator/FEED_NAME
(replace YOUR_DID_HERE with the DID you configured in the .env file, and FEED_NAME with one of the feed names)
You'll end up getting a list with a lot of AtUris that look something like at://did:plc:uk3v7guqqyvoqzbscgx55tnf/app.bsky.feed.post/3k2gaekme732b
.
I suggest bookmarking this script which will help convert AtUris into web bsky urls - javascript:void(open(prompt("Enter AtUri").replace('at://', 'https://bsky.app/profile/').replace("app.bsky.feed.post", "post")))