You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSV improvements
This release adds the full text of retweets (using
.retweeted_status.full_text rather than .full_text). It also adds a
quote_id column for tweets that are quoting another tweet.
refs #105
Prevent newlines in JSONL
If a set of 100 ids are hydrated and not one of them is still available
the Hydrator was writing a blank line to the jsonl file. This could
cause problems for downstream users of the jsonl that are expecting each
line to contain a JSON object.
Refs #48