bsky-furry-feed
bsky-furry-feed copied to clipboard
A BlueSky custom feed generator for furry content !
in particular: follow: - (no record) -> PENDING - OPTED_OUT -> APPROVED unfollow: - PENDING -> NONE - APPROVED -> OPTED_OUT this also tries to normalize NONE status with record...
https://github.com/strideynet/bsky-furry-feed/pull/200 introduced a dependency on an external image proxy, we ought to make sure we eventually move onto something internal.
Currently, secrets are managed manually in the platform rather than being stored somewhere properly. We should either put these into GitHub's secrets store, or encrypt these and commit them to...
Show most liked posts over X period - perhaps do a day (or 2 day??) and week variant of the algo ?
this is super unlikely but we should add a fallback just in case
con feeds we probably want to manage more dynamically, so this removes the hardcoded list and puts them into the database things that are missing: - being able to publish...
This limits the number of actor profiles loaded in the approval queue on initial load and any subsequent refresh to 102. While this change hides the true number of accounts...