ao3
ao3 copied to clipboard
Bookmarks
Add bookmark_users to Work.
Work.bookmark_users returns a list of (list of usernames) and (list of pseudonyms) in case people needed to know both. ex: [ [user1, user2, ,user3], [pseuds1, pseuds2, pseuds3] ]
On additional note, it also saves session in Work.__init__ so it can be reused when getting bookmarked users.
When testing on a fiction with 2000+ bookmarks, came across an issue of server responding with Retry Later message instead. Should I add a time delay between requests? Or I could add the delay on Retry Later response.