DEV Community

Cover image for I made a recommendation system for Stack Overflow unanswered questions
MiguelMJ
MiguelMJ

Posted on • Updated on

I made a recommendation system for Stack Overflow unanswered questions

Background

For me, contributing on Stack Overflow was a big step out of the comfort zone. There is already so much questions answered and so many experts there, that is not easy to find questions to answer. Anyways, I managed to make my contributions and got used to the flow of the site.

However, the activity is pretty constant, and it is easy to get lost in the amount of questions that you can’t answer, be it for lack of knowledge, time, energy or question quality. For this reason, I thought it would be cool to automate the process of searching and filtering questions, based on my previous answers. So that is what Answerable is: a recommendation system on unanswered questions on Stack Overflow.

How it works

previewPreview

Answerable makes use of the StackExchange API and StackOverflow RSS feeds to gather your answers on the site and use them to sort the new questions by similarity with the ones you've already answered.

Optionally, it needs you to download certain information of your profile that can't be respectfully scraped, to improve the filtering of the feed.

The documentation

You can find all the relevant information in the README and the wiki of the repository, along with the contributing guidelines.

The code

You can find the repository in GitHub under the MIT License!

GitHub logo MiguelMJ / Answerable

Recommendation system for Stack Overflow unanswered questions

Top comments (1)

Collapse
 
miguelmj profile image
MiguelMJ

The version 1.1 has been released! The default recommendation system has been improved and user-defined models have been enabled. Check the changelog to wee what else is new 😉.