Releases: oduwsdl/FollowerCountHistory
Releases · oduwsdl/FollowerCountHistory
fch:2.0
fch:2.0
Fixed the core module error issue: CLI feedback no longer working in 1.0.11
fch:2.0
Changes from Version 2.0
fch:2.0
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
- 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.