reddit-user-to-sqlite icon indicating copy to clipboard operation
reddit-user-to-sqlite copied to clipboard

Load data w/ multiple sort orders to fetch more than 1k comments from the API

Open arye321 opened this issue 2 years ago • 1 comments

First thank you for this, works perfect. well done!

Would it be possible to add the ability to backup users top posts instead of sorting by 'new' ?

this could add some more data to the db

edit: I noticed theres a 'controversial' (new, top, controversial) sorting as well

arye321 avatar Jun 10 '23 06:06 arye321

Thank you for the kind words!

Yes, that wouldn't be hard to add.

If you're archiving your own data, the best way is to get your GDPR archive and run it through the tool (see docs), which will capture every post and comment.

For other users, leveraging the other sort methods would indeed allow for fetching more than 1k posts, though I'm not sure how much. It's probably easy enough that I'll just do it though.

xavdid avatar Jun 10 '23 06:06 xavdid