Skip to content

Releases: oduwsdl/FollowerCountHistory

fch:2.0

29 Sep 17:50
f41d0b2
Compare
Choose a tag to compare
Merge pull request #29 from oduwsdl/version-2.0

Fix main indentation

fch:2.0

21 Aug 20:54
Compare
Choose a tag to compare

Fixed the core module error issue: CLI feedback no longer working in 1.0.11

fch:2.0

14 Aug 02:19
8802db5
Compare
Choose a tag to compare
fch:2.0 Pre-release
Pre-release

fch:2.0

29 Jul 22:18
f56369b
Compare
Choose a tag to compare

Changes from Version 1.0 to Version 2.0

  • Version 2.0 parses mementos from multiple web archives (Internet Archive, Archive-It, Library of Congress, etc.) using the memento aggregator service, MemGator. Version 1.0 used only Internet Archive to parse mementos.
  • Version 2.0 plots six line charts for showing growth in Twitter follower count (absolute and relative) and growth in the daily new followers (absolute and relative). Version 1.0 plotted a single graph for line chart of historical follower count from the python code.
  • Version 2.0 supports JSON and CSV formats as output formats. Version 1.0 only supports CSV format.
  • Version 2.0 does not use ArchiveNow to push Twitter pages to multiple web archives. This feature existed in Version 1.0.

fch:1.0

26 Jul 05:08
05676f3
Compare
Choose a tag to compare
  • This is a Python script that collects follower counts from the Internet Archives, given a Twitter user name.

Output

  • .csv file that contains the data collected with associated timestamps
  • .csv file that contains data for mementos follower count was not extracted from
  • .png file that contains a line chart of the data collected with X axis representing time The R script is called from within the Python script, with the [-g] flag so no additional action is required.