From e70ea59066fed9360aa0c1f0891767ce5b119efb Mon Sep 17 00:00:00 2001 From: dholms Date: Wed, 31 May 2023 19:46:54 -0500 Subject: [PATCH] add link to community template --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a9f0dad..2b9c7cf 100644 --- a/README.md +++ b/README.md @@ -145,3 +145,7 @@ You might create a feed for a given community by compiling a list of DIDs within ### A Topical Feed To implement a topical feed, you might filter the algorithm for posts and pass the post text through some filtering mechanism (an LLM, a keyword matcher, etc.) that filters for the topic of your choice. + +## Community Feed Generator Templates + +- [Python](https://github.com/MarshalX/bluesky-feed-generator) - [@MarshalX](https://github.com/MarshalX) \ No newline at end of file