From 6bf64cf8c694f1c1b7b684d88a196abd1c7b8eed Mon Sep 17 00:00:00 2001 From: Dylan Knutson Date: Sun, 17 Aug 2025 08:16:31 +0000 Subject: [PATCH] Create task task-91 --- ...-followers-as-Bluesky-monitored-objects.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 backlog/tasks/task-91 - Add-furryli.st-followers-as-Bluesky-monitored-objects.md diff --git a/backlog/tasks/task-91 - Add-furryli.st-followers-as-Bluesky-monitored-objects.md b/backlog/tasks/task-91 - Add-furryli.st-followers-as-Bluesky-monitored-objects.md new file mode 100644 index 00000000..ceb83ff9 --- /dev/null +++ b/backlog/tasks/task-91 - Add-furryli.st-followers-as-Bluesky-monitored-objects.md @@ -0,0 +1,25 @@ +--- +id: task-91 +title: Add furryli.st followers as Bluesky monitored objects +status: To Do +assignee: [] +created_date: '2025-08-17 08:16' +labels: [] +dependencies: [] +--- + +## Description + +Expand Bluesky monitoring capabilities by automatically adding followers of the @furryli.st account as monitored objects. This will enable tracking content from a broader segment of the furry community on Bluesky, since furryli.st curates feeds for this community. + +## Acceptance Criteria + + + +- [ ] #1 Create method to fetch followers list from @furryli.st account via Bluesky API +- [ ] #2 Add each follower as a monitored object with user_did kind +- [ ] #3 Implement batch processing to handle large follower lists efficiently +- [ ] #4 Add rake task or job to periodically sync new followers +- [ ] #5 Handle follower list updates gracefully (additions and removals) +- [ ] #6 Include proper error handling for API failures and rate limiting +