xavdid / reddit-user-to-sqlite

Pull Reddit user data into a SQLite database
https://pypi.org/project/reddit-user-to-sqlite/
MIT License
215 stars 9 forks source link

Is there a way to get more than 1k comments? #9

Closed e40 closed 1 year ago

e40 commented 1 year ago

My account is 17 yrs old. I would like to get all the comments. Thanks.

xavdid commented 1 year ago

See #5 - the 1k limit is a Reddit restriction. You need to load data from your GDPR archive.

e40 commented 1 year ago

OK, I've done that. Is there a difference between GDPR and CA requests?

xavdid commented 1 year ago

I don't believe they're different, but I couldn't confirm (there's a timeout between requests)

e40 commented 1 year ago

Thanks.