Create task task-85

This commit is contained in:
Dylan Knutson
2025-08-14 16:04:46 +00:00
parent 419a1503f2
commit e1933104b3

View File

@@ -0,0 +1,22 @@
---
id: task-85
title: Add follow scanning support for FurAffinity users
status: To Do
assignee: []
created_date: '2025-08-14'
labels: []
dependencies: []
---
## Description
Enable tracking of FurAffinity user follows/followers using the existing FollowScan infrastructure. This will allow us to monitor changes in user follow relationships on FurAffinity, similar to existing Bluesky functionality.
## Acceptance Criteria
- [ ] FollowScan model works with FurAffinity users
- [ ] Job can scan user follows from FurAffinity API/scraping
- [ ] Follow relationships are properly tracked in database
- [ ] Missing FurAffinity users are automatically created
- [ ] Statistics are tracked in json_attributes
- [ ] Integration tests pass for FurAffinity follow scanning