forked from
whey.party/deadlock-feed-regex
regex for the deadlock feed on bluesky
bsky.app/profile/did:plc:mn45tewwnse5btfftvd3powc/feed/aaagnl3s4wdiq
deadlock
bluesky
regex
1# Bluesky Deadlock Feed
2
3The feed runs via two regular expressions:
4
51. The first, `pass1.txt`, should be quick, and is applied to all posts in the network; should prefer false positives than false negatives.
6
72. 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.