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".
|
If you have 10,000+ reputation or are a diamond moderator, this is available in the moderator tools section. |
|||||
|
|
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. |
||||
|
|