JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.42k stars 706 forks source link

Reddit comment parentID has the wrong format #699

Open JustAnotherArchivist opened 1 year ago

JustAnotherArchivist commented 1 year ago

The id and parentID seem to have different entry format, like say this "id": "t1_j72b5yy", "parentId": 41785179015. I can see how I can deduce what all comments come from the reply to a comment (having same parentID). But how to get the parent comment?

Originally posted by @vedanta28 in https://github.com/JustAnotherArchivist/snscrape/issues/698#issuecomment-1416074804

JustAnotherArchivist commented 1 year ago

I guess Pushshift changed that with their recent botched API migration.

Originally posted by @JustAnotherArchivist in https://github.com/JustAnotherArchivist/snscrape/issues/698#issuecomment-1416076639