Skip to content

segevda/bluesky-hebrew-feed

 
 

Repository files navigation

ATProto Hebrew Feed Generator

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

Contributing

  • Fork the project
  • Install dependencies - run yarn
  • Create a .env file with a postgres connection string and your own DID, optionally more configuration options if you like
  • Run the server with yarn dev, and it will be available on localhost:3000 (or a different host/port if you changed that configuration)

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • Other 1.7%