tournesol icon indicating copy to clipboard operation
tournesol copied to clipboard

Tournesol Bot tweets about top contributors

Open lfaucon opened this issue 2 years ago • 3 comments

Idea: Display the nice sunflower-bar chart that shows the number of comparisons in the last month for the ten top contributors (probably restrict to public)

lfaucon avatar May 24 '22 17:05 lfaucon

Some questions link to that:

  • Should we use only public comparisons?
  • Do we ask people to be feature in this graph?
  • Should we have this feature somewhere on Tournesol website and once a month take a "screenshot" and tweet it? or should it be only linked the the TwitterBot model?

aidanjungo avatar May 24 '22 18:05 aidanjungo

Proposition of answers

  • Should we use only public comparisons?

Public is safer

  • Do we ask people to be feature in this graph?

No, because it's already public data

  • Should we have this feature somewhere on Tournesol website and once a month take a "screenshot" and tweet it? or should it be only linked the the TwitterBot model?

That would be nice to also see it in a page of the website. I'd propose to have a cronjob that generates the right png in the server's static file such that it is easily accessible I think it is easiest to start implementing this feature inside the Django twitter app for now. If we get more data-analytics close to the django app, we would later create a separate app for it.

lfaucon avatar May 24 '22 20:05 lfaucon

Thanks to #956 the back end is now able to compute the top n contributors of any month of any year. It also prives a shortcut to get the top n contributors of the last month.

GresilleSiffle avatar Jun 01 '22 13:06 GresilleSiffle

Thanks @aidanjungo !

lfaucon avatar Feb 04 '23 16:02 lfaucon