New and generic scrape algorithm #11

Merged
SoXX merged 20 commits from dev/algorithm into main 2024-11-01 21:39:21 +00:00
Showing only changes of commit ffd3767f32 - Show all commits

View File

@ -62,6 +62,9 @@ func algorithm(ctx context.Context, plugInterface Plug, userSource models.UserSo
return taskSummery, err return taskSummery, err
} }
userSource.UserID = models.UserID(profile.UserID)
userSource.AccountUsername = profile.UserName
nextPage := "" nextPage := ""
var newPosts []models.Post var newPosts []models.Post
var anthroveFaves []models.UserFavorite var anthroveFaves []models.UserFavorite