Is there any way to find out all hn comments that got more than x upvotes in last y number of days?
I saw that the community voted to get the comments votes displayed (https://hackernews.hn/item?id=2445039), though it doesn't seem to be in place yet.
Actually - I just found it:
- Most points in last 24 hours for all posts: http://www.hnsearch.com/search#request/all&q=+&sortby=points+desc&start=0&filter[fields][create_ts]=[NOW-24HOURS%20TO%20NOW]
- most points in last 24 hours for all comments:
I tried this but does not seem to work (best is 1 upvote):
http://www.hnsearch.com/search#request/comments&q=+&sortby=points+desc&start=0&filter[fields][create_ts]=[NOW-24HOURS%20TO%20NOW]