carpentries-incubator / twitter-with-twarc

Introduction to Harvesting Twitter Data with Twarc
https://carpentries-incubator.github.io/twitter-with-twarc/
Other
4 stars 4 forks source link

Ep3 issues/suggestions #19

Closed gnunnelley closed 2 years ago

gnunnelley commented 2 years ago

For most of the 'tweet file creation' code lines, underscores should be hyphens to match folder names (e.g. source_data to source-data). Where/how to run the line 'head -n 2 source_data/taxday.jsonl > output_data/1-tweet.jsonl' is unclear.

kristi-sara commented 2 years ago

I think the files used to be source-data and are now raw_data so we have to go back and fix those

jonjab commented 2 years ago

the paths are all fixed. the head -m 2 part has been edited, and is on its way to being clear.