Releases: DocNow/twarc-network
Releases · DocNow/twarc-network
v0.2.0
v0.1.1
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
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
- Different user edge weights according to edge types by @JoanMassachs in #3
- Refactor function add by @JoanMassachs in #4
- Remove attribute hardcoding in json by @JoanMassachs in #5
- Added license for pip by @JoanMassachs in #7
- Limit to edge type by @JoanMassachs in #6
- Mention edges by @JoanMassachs in #8
New Contributors
- @JoanMassachs made their first contribution in #3
Full Changelog: v0.0.5...v0.1.0
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
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.