Skip to content

Releases: DocNow/twarc-network

v0.2.0

10 Oct 22:11
41ccc04
Compare
Choose a tag to compare

Lowecase hashtags on output so differently cased hashtags are merged.

v0.1.1

12 May 10:43
Compare
Choose a tag to compare

When the nodes are users, the default label is their screen name. Now, if you want the labels to be the id of the user, you can use --id-as-label.

v0.1.0

14 Mar 18:14
5ac8219
Compare
Choose a tag to compare

Overview

When user and tweet graphs are built, all types of interactions (retweet, reply or quote) are used as edges. In v0.1.0 you can now specify which type of edges you are interested in. For example, if you only want retweet edges, you can:

twarc2 network tweets.jsonl tweets.html --edges retweet

Or if you only want replies and quotes, you can:

twarc2 network tweets.jsonl tweets.html --edges reply --edges quote

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.1.0

v0.0.5

30 Jun 17:01
1ff560d
Compare
Choose a tag to compare

The values for --format are now case insensitive. So twarc2 network tweets.json --format html is equivalent to twarc2 network tweets.json --format HTML.

v0.0.4

28 Jun 01:55
5facb21
Compare
Choose a tag to compare

Need to use package_data in setup.py to install the index.html with pip.

v0.0.3

28 Jun 01:55
4c7e9bb
Compare
Choose a tag to compare

Include index.html in manifest so it is bundled with the tarball to PyPI.

v0.0.2

28 Jun 01:54
6752545
Compare
Choose a tag to compare

Guard against tweets that have been deleted.

v0.0.1

27 Jun 13:48
85de0d3
Compare
Choose a tag to compare

twarc-network is a twarc plugin for generating network visualizations from Twitter data collected with twarc. It was ported from a standalone program that was distributed in twarc's utils subdirectory and has been updated to work with Twitter's v2 API representation of tweets.