this repo has no description

examples: Added examples for users, private users, engagement, and tags

Signed-off-by: Nick Gerakines <12125+ngerakines@users.noreply.github.com>

+39
+9
examples/engagement/README.md
··· 1 + # Example: Engagement 2 + 3 + This configuration file includes a feed for watching for engagement with your websites. 4 + 5 + ## Instructions 6 + 7 + 1. Create the feed and replace `ATURI` with the full record AT-URI. Should look like `at://YOUR_DID/app.bsky.feed.generator/some_rkey` 8 + 2. Update the `DID` placeholders with your DID. There are several references, so be sure to update all of them. 9 +
+9
examples/my_stuff/README.md
··· 1 + # Example: My Stuff 2 + 3 + This configuration file shows how you can make a personalized feed based of your posts, replies to your posts, and posts where you are quoted. 4 + 5 + ## Instructions 6 + 7 + 1. Create the feed and replace `ATURI` with the full record AT-URI. Should look like `at://YOUR_DID/app.bsky.feed.generator/some_rkey` 8 + 2. Update the `DID` placeholders with your DID. There are several references, so be sure to update all of them. 9 +
+12
examples/private_my_stuff/README.md
··· 1 + # Example: Private My Stuff 2 + 3 + This configuration file shows how you can make a private personalized feed based of your posts, replies to your posts, and posts where you are quoted. 4 + 5 + This feed is configured with the `allow` attribute that has a list of DIDs that can access the feed. Any request coming from a DID not in that list sees the `deny` post. 6 + 7 + ## Instructions 8 + 9 + 1. Create the feed and replace `ATURI` with the full record AT-URI. Should look like `at://YOUR_DID/app.bsky.feed.generator/some_rkey` 10 + 2. Update the `DID` placeholders with your DID. There are several references, so be sure to update all of them. 11 + 3. Create a new post that people will see when the do not have access to the feed. Replace the `DENIED` placeholder with the full record AT-URI. Should look like `at://YOUR_DID/app.bsky.feed.post/some_rkey` 12 +
+9
examples/tags/README.md
··· 1 + # Example: Tags 2 + 3 + This configuration file shows how you can make a personalized feed of posts with one or more tags. 4 + 5 + ## Instructions 6 + 7 + 1. Create the feed and replace `ATURI` with the full record AT-URI. Should look like `at://YOUR_DID/app.bsky.feed.generator/some_rkey` 8 + 2. Update the `DID` placeholders with your DID. There are several references, so be sure to update all of them. 9 +