959 B
959 B
id, title, status, assignee, created_date, labels, dependencies
| id | title | status | assignee | created_date | labels | dependencies |
|---|---|---|---|---|---|---|
| task-91 | Add furryli.st followers as Bluesky monitored objects | To Do | 2025-08-17 08:16 |
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