Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit c538908

Browse files
committed
CONFIG.md includes example link
1 parent 20a79e6 commit c538908

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CONFIG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ Cute animals feed
1919

2020
# searchTerms
2121

22-
> Maximum of five search terms. Test these in [https://bsky.app/search](https://bsky.app/search). `AND` is implicit, so `cat dog` on one line will require both `cat` and `dog`. You can use quotes as well `"hot dog"`.
22+
> Search Terms are now more powerful. There are two types:
23+
>
24+
> - Pinned posts: links such as `https://bsky.app/profile/saddymayo.bsky.social/post/3jxju2wwap22e` will pin at the top of the feed. One link per line, please.
25+
> - Keywords (maximum 5 terms): Test these in [https://bsky.app/search](https://bsky.app/search). `AND` is implicit, so `cat dog` on one line will require both `cat` and `dog`. You can use quotes as well `"hot dog"`.
26+
>
2327
28+
- https://bsky.app/profile/saddymayo.bsky.social/post/3jxju2wwap22e
2429
- cats
2530
- dogs
2631
- penguins

cloudflare-worker/worker.js

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ const CONFIGS = {
124124
"description": "Cute animals feed",
125125
"searchTerms": [
126126
"cats",
127+
"at://did:plc:ozppa2bsq6bdnajyweoir2i2/app.bsky.feed.post/3jxju2wwap22e",
127128
"dogs",
128129
"penguins",
129130
"red pandas",

feed-generator/configs.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "Cute animals feed",
66
"searchTerms": [
77
"cats",
8+
"at://did:plc:ozppa2bsq6bdnajyweoir2i2/app.bsky.feed.post/3jxju2wwap22e",
89
"dogs",
910
"penguins",
1011
"red pandas",

0 commit comments

Comments
 (0)