Skip to content

v1.0.6

Compare
Choose a tag to compare
@edsu edsu released this 29 Jan 23:48
· 1199 commits to main since this release

The replies command will now traverse up the conversation tree when used with the --recursive option. It will also follow quotes of other tweets.

Also included in this release are two new utilities:

  • network.py - reads a set of tweets and generates gexf (for Gephi), dot (for GraphViz) and a html+d3 network visualization
  • remove_limit.py - a utility to remove warnings from a JSON file, if you happened to run with --warnings and decided that you didn't want the warnings after all. Thanks to @rubeot for that.