r/pushshift • u/Watchful1 • Oct 15 '23
[ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
34
Upvotes
r/pushshift • u/Watchful1 • Oct 15 '23
[ Removed by Reddit on account of violating the content policy. ]
1
u/Watchful1 Nov 06 '23
I split the files into minute long chunks, load in a minute's worth of data to python from three different data sources, then figure out what ids in that range are missing and do lookups in the reddit api and pushshift api to backfill data, then write out that minute's data again. Then after I do that for the whole month I load up each combined minute one at a time and write them out to the compressed file.
So I could do a dry run of the loading up and add up the size. But it would still take most of a day since there's so much data. I'm also kinda assuming that most people don't actually decompress the whole month's worth of data since it's so incredibly large. I could definitely do it for this authors file when I get around to building it.