manojkarthick / reddsaver

CLI tool to download saved and upvoted media from Reddit
Apache License 2.0
143 stars 9 forks source link

[Feature request] Save comments for context #19

Open pxssy opened 3 years ago

pxssy commented 3 years ago

Some posts are interesting not only for their post media, but the discussions in the comments under.

Possible to save them as well?

manojkarthick commented 3 years ago

Saving comments might be a much larger undertaking since there are a lot of factors associated (number of comments, depth of comments, Reddit's show more implementation, etc). This might be more of a long term possibility.

CitronSorcier commented 3 years ago

And about saving only the main comment, without replies? Could the comments be exported as PDF or TXT?

manojkarthick commented 3 years ago

@CitronSorcier Sorry this got lost in my GitHub notifications. I'll take a look to see how I can extract top level comments. Thanks!