TwitterScraper
TwitterScraper copied to clipboard
Extract only "ID" field from json file
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.