ao3 icon indicating copy to clipboard operation
ao3 copied to clipboard

Bookmarks

Open BlueGreenMagick opened this issue 5 years ago • 1 comments

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.

BlueGreenMagick avatar Jan 22 '20 02:01 BlueGreenMagick

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.

BlueGreenMagick avatar Jan 22 '20 02:01 BlueGreenMagick