Skip to content

v0.7.0

Choose a tag to compare

@igorbrigadir igorbrigadir released this 06 Jan 02:47
· 8 commits to main since this release
767535b

This new version changes the CSV format significantly since the previous one:

  • Added extra fields for usernames (in_reply_to_username, retweeted_username, quoted_username) previously these were IDs only.
  • Process entities by default (extract expanded URLs, json objects with indexes for hashtags and mentions are now just lists)
  • Add new command line option --process-entities to turn this off
  • New twitter data field for users: verified_type
  • Rearranged the order of output columns in the CSV which may affect some things too.