Skip to content

Releases: oduwsdl/storygraphbot

sgbot-v1.0.0

08 Jun 14:28
Compare
Choose a tag to compare

Implementing ability to track top k (-k, --top-stories-count) stories simultaneously

Previously, once a top story is being tracked, we do not store any information about the second, or third top stories. This is problematic because if the second top story becomes the new top story, we lose the early CCs for this story because they existed during the reign of the initial top story.

This phenomena can be explained by the sequential layout of the lines (e.g., Fig. 1) which incorrectly implies that the second top news story (blue) line existed only after the first (red line) stopped.

sgbot-v0.0.0

06 May 20:41
e47a22a
Compare
Choose a tag to compare

The first milestone of the Storygraphbot