Create task task-91

This commit is contained in:
Dylan Knutson
2025-08-17 08:16:31 +00:00
parent c5dc181187
commit 6bf64cf8c6

View File

@@ -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
<!-- AC:BEGIN -->
- [ ] #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
<!-- AC:END -->