Skip to content

Releases: pournaki/twitter-explorer

twitter-explorer v0.7.1

28 Apr 09:05
Compare
Choose a tag to compare

bug fix

add ebbe dependency in setup.py

twitter-explorer v0.7.0

26 Apr 13:42
Compare
Choose a tag to compare

new features

visualizer

  • ability to read Zeeschuimer ndjson files
  • generate co-mention networks (i and j connected if mentioned in the same tweet)

interaction networks

  • pagerank as node size

twitter explorer v0.6.7

14 Mar 12:08
Compare
Choose a tag to compare

bug fixes

Fix bug in mention networks (Add screen names of accounts whose original tweets are not in the dataset)

dependencies

Relax twitwi requirement to comply with minet

twitter explorer v0.6.6

12 Feb 14:19
Compare
Choose a tag to compare

bug fix

  • remove streamlit dependency of tweet collector for headless operation

twitter explorer v0.6.1

03 Feb 19:22
Compare
Choose a tag to compare

bug fix

  • fix bug in streamlit interface when using API v1.1 and keeping tweet_limit=0

twitter explorer v0.6

02 Feb 19:21
Compare
Choose a tag to compare

new features

architecture

  • easy installation through pypi: $ pip install twitterexplorer
  • easy running through $ twitterexplorer collector / $ twitterexplorer visualizer
  • run it as a library (see examples)

interactive networks

  • add node repulsion for hashtag networks

twitter explorer v0.5

21 Nov 10:22
Compare
Choose a tag to compare

new features

visualizer

  • Add the possibility to remove hashtags from the semantic network

interactive networks

  • Add (X,Y) positions to node info export
  • 💥 Visualize temporality of interaction networks (experimental)

bug fixes

  • Fix new language codes in Twitter API
  • Fix saving language-filtered networks on Windows
  • Extend the date range for the Academic API
  • Make node color options variable (e.g. show "Louvain" only if it was computed)

misc

  • Deprecate cluster-graphs

twitter explorer v0.4

25 Mar 17:08
Compare
Choose a tag to compare

new features

collector

  • Support for API v2 (Standard and Academic Research)
  • Save tweets as CSV (to save disk space and improve reading speed in the visualizer)

visualizer

  • Generate new types of interaction networks: mention, quote, reply
  • Ability to filter tweets by language and/or timestamp before network creation
  • Replace InfoMap by Leiden algorithm

interactive networks

  • Create a screenshot of the current graph view and save as PNG
  • Export node metadata as CSV
  • Export the graph as GML (for Gephi)
  • Toggle link visibility
  • Fetch original tweets vs. interaction tweets separately in "ACCOUNT INFORMATION" tab

misc

  • Rename "USER INFORMATION" to "ACCOUNT INFORMATION"
  • Change dark mode toggle

twitter explorer v0.3.1

23 Oct 13:46
Compare
Choose a tag to compare

Bug fixes

  • When there were more original tweets than retweets, the timeline colors would not be accurate. This is fixed now.
  • There is an error with Infomap clustergraphs, so we removed this feature for now. Clustergraph for Louvain partition work fine.

UI improvements

  • Add warning when a generated retweet network has more than 10,000 links and suggest stronger aggregation.

twitter explorer v0.3.0

13 Oct 16:20
Compare
Choose a tag to compare

New features

  • Tweet timeline now distinguishes between original tweets and retweets.
  • Set a time range for tweets from which the networks will be created.
  • Hashtag networks now have text as nodes.
  • Remove nodes from hashtag network that appear less than t times.

UI improvements

  • Changed global font to Inter to harmonize appearance across platforms.

Dependencies

  • Drop dependencies of plotly and cufflinks.