It has been 2 years since I started Python programming, and as with novice programmers I am often stuck with unanswered questions- frustrating exceptions in my projects, and I have not been able to get past that stage. Fortunately, some SO users exceed my expectations and give a very detailed answer. I want to find these awesome people hidden in SO!
So, inspired by a post in Quora, I would like to find Stackoverflow users that could potentially answer my questions.
Strategy:
- Find how many answers a user provided in tags
Python, Django, React, GIS, machine-learning
. - How many of these answers were voted up.
- How many times a user answers questions per month.
Expected output:
- A list of SO users ranked in order of how often they reply.
My question is how can I achieve that using stackexchange API?Thank you.