add link to community template

This commit is contained in:
dholms 2023-05-31 19:46:54 -05:00
parent f02b113747
commit e70ea59066

View File

@ -145,3 +145,7 @@ You might create a feed for a given community by compiling a list of DIDs within
### A Topical Feed ### 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. 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)