| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#General
Background and History
The New Answers to Old Questions tool helps us to find all the answers added to questions which are more than 30 days old. However the issue with the tool is that it is not real time. There are requests on Stack Overflow Meta to not only make it real time but also to enhance the tool to add more features to it. However these requests have yet not been implemented.
Why do we need the bot?
This project aims to not only overcome the "not real time" issue but also help those users below 10,000 reputation to take a look and moderate the answers.
#Implementation
The Bot queries the Stack Exchange API once in every 30 seconds to get the list of the latest answers. The question_id from each of the answer is taken and the Stack Exchange API is again queried for the list of posts with those IDs. Every answer that is posted after 30 days of the question is considered as a new answer to a old question and is returned by the Bot.
False Positives and Filtering
As the Bot returns all the posts, there are a lot of false positives and hence many filters are applied
High Filtering Rate - Return a lot of True Positives
Low Filtering Rate - Return lesser number of True Positives
Coupling Filters
Coupling two or more filters together give a high rate of true positives. "The Single Line, Ends with ?" filter has nearly an accuracy of 100% while reporting NAAs.
Future Enhancements
The future works about this include
New Answers on Old Questions receive lesser attention than the new ones. The period of 30 days was chosen as it was the same as the New Answers to Old Questions page in the 10k tools page.
The Project is running in the SOBotics room. A sample image of a report is
| Back | FazBrowse Home | New Git URL |