regex for the deadlock feed on bluesky bsky.app/profile/did:plc:mn45tewwnse5btfftvd3powc/feed/aaagnl3s4wdiq
deadlock bluesky regex
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add basic documentation README

+9
+9
README.md
··· 1 + # Bluesky Deadlock Feed 2 + 3 + The feed runs via two regular expressions: 4 + 5 + 1. The first, `pass1.txt`, should be quick, and is applied to all posts in the network; should prefer false positives than false negatives. 6 + 7 + 2. The second, `pass2.txt`, can be slower, since it's applied only to posts which succeed the first check, and should aim to eliminate false positives. 8 + 9 + `wikipages.txt` is a reference file which is currently unused.