Skip to content

Commit

Permalink
added note about twarc-network
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jun 27, 2021
1 parent 99d7add commit 4ef44a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ add it to this list):
* [twarc-ids](https://pypi.org/project/twarc-ids/): extract tweet ids from tweets
* [twarc-videos](https://pypi.org/project/twarc-videos): extract videos from tweets
* [twarc-csv](https://pypi.org/project/twarc-csv/): export tweets to CSV
* [twarc-network](https://pypi.org/project/twarc-network): visualize your tweets as a network graph
* [twarc-timeline-archive](https://pypi.org/project/twarc-timeline-archive): routinely download tweet timelines for a list of users

## Writing a Plugin
Expand Down
8 changes: 8 additions & 0 deletions utils/network.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#!/usr/bin/env python

# NOTE:
#
# This script has been ported to the twarc-network plugin for working
# with data collected with twarc2. Please see
# https://github.com/docnow/twarc-newtwork for details.
#
# ---
#
# build a reply, quote, retweet network from a file of tweets and write it
# out as a gexf, dot, json or html file. You will need to have networkx
# installed and pydotplus if you want to use dot. The html presentation
Expand Down

0 comments on commit 4ef44a4

Please sign in to comment.