WeAreMahsaAmini/TwitterScraper

Extract only "ID" field from json file

Opened this issue · 0 comments

Now, the program loads the JSON file (tweets) into memory and then extracts the ID fields. (Memory cost)
It's better to the program loads only the ID field from the file.