Skip to content

Add possibility to save to CSV format (and some fixes)

Compare
Choose a tag to compare
@taspinar taspinar released this 06 May 09:13
· 86 commits to master since this release
  • Users can now save the tweets to a CSV-format, by using the command line arguments "-c" or "--csv"

  • The default value of begindate is set to 2006-03-21. The previous value (2017-01-01)
    was chosen arbitrarily and leaded to questions why not all tweets were retrieved.

  • By using linspace() instead of range() to divide the number of days into
    the number of parallel processes, edge cases ( p = 1 ) now also work fine.