Is there a way to find most voted questions from a certain time period, e.g from the last month? Now I can find a tag and then select "Votes" but AFAICS this is list of "all time most voted".

share|improve this question

2 Answers

up vote 4 down vote accepted

If you have 10,000+ reputation or are a diamond moderator, this is available in the moderator tools section.

share|improve this answer
3  
Ok, thanks, I think it would be a good idea to get this available for all users. – jrara Jun 12 '11 at 5:19

If you know sql, or are willing to learn, check out http://data.stackexchange.com/ - it contains a relatively recent copy of the site, with some things (like voting records) removed.

You can use a little SQL to find something similar to what you need - such as highest voted posts that were originally created during a specific time period.

share|improve this answer
Ok, thanks for this info! – jrara Jun 12 '11 at 5:18

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged