tweetstore2.json is a JSON file that is currently being recreated each cycle.
it is a compliant JSON object, which has an intro, lots of repeating records, then a closer.
It is not a stack, but needs to be for efficiency
this is created by def: searchTweets BUT this is probably only needed on startup. after that a top up stacking pile would be more efficient. This could be done by using 'retrieveTweetIdJS()'
tweetstore2.json is a JSON file that is currently being recreated each cycle. it is a compliant JSON object, which has an intro, lots of repeating records, then a closer.
It is not a stack, but needs to be for efficiency
this is created by def: searchTweets BUT this is probably only needed on startup. after that a top up stacking pile would be more efficient. This could be done by using 'retrieveTweetIdJS()'