v1.0.6
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 visualizationremove_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.