AvivRubys / bluesky-hebrew-feed

6 stars 4 forks source link

ATProto Hebrew Feed Generator

This is a hebrew feed generator for bluesky, based on the Feed Generator Template.

Contributing

Debugging

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")))