Closed bianchi-dy closed 3 years ago
@radiolarian @ssterman just a quick ping in case you haven't seen this yet! might be useful for others. :)
I'm using your PR, and it's FANTASTIC!
Sorry for the super late accept. Thank you so much, this seems like an awesome feature! I'll also update the readme.
This is a ... New feature (non-breaking change which adds functionality)
What does this PR do? Scrapes the following information:
How was the change made? Added new functions and columns per item, i.e.
get_authors, get_kudos, get_bookmarks
.get_bookmarks
is nested as a sort of hack since it needs to go through each page to extract the usernames.Things I'd like feedback on With second-order features such as bookmarks, kudos, etc., how should their columns be named?
What next? Maybe extract comments from bookmarks or comments on work. But the threads might be a pain to store, so I welcome discussion on what's the best data structure for them.