Open lukaskawerau opened 7 years ago
Definitely a good idea. I think it would be good to have similar functionality for tracking growth of a twitter profile over time (# following). I'm thinking this should be implemented as poll_<object>
Considering that people will most likely run their collections regularly to get updates, we should probably add this for the reaction counts of posts and comments too. A comment that was posted an hour ago will have a very different like-count than one that was posted 5h ago, which would significantly skew analysis if not taken into account
Also agree with this.
One thing that I've come across a couple of times and talked about with a bunch of people but for which I've never found a good solution is a way to track the development of "Likes" a given page has. FB does not offer that as part of their API, but it's of obvious interest for pages that one starts to track.
Would it be possible/sensible to add such an option? This probably needs a dedicated
page_likes
table that saves atimestamp
, thepage_id
and thenum_likes
of a given page.Would love to hear your thoughts on this.