top | item 28775160

Show HN: Most active bots commenting on GitHub in the past 30 days

25 points| seiflotfy | 4 years ago |play.axiom.co | reply

8 comments

order
[+] elesbao|4 years ago|reply
how big is the dataset ? I am wondering that if this is a month worth of bots comment that's a lot of data and the interface feels snappy.
[+] seiflotfy|4 years ago|reply
the query is faster is written is follows

``` ['github-issue-comment-event'] | where actor contains "-bot" or actor contains "[bot]" | summarize count() by bin_auto(_time), actor | take 20 ```

[+] seiflotfy|4 years ago|reply
90 days only we will backfill at some point but we need to test a bit more
[+] r0dms|4 years ago|reply
Very cool, thanks for sharing!