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
Bluesky Deadlock Feed#
The feed runs via two regular expressions:
-
The first,
pass1.txt, should be quick, and is applied to all posts in the network; should prefer false positives than false negatives. -
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.
wikipages.txt is a reference file which is currently unused.