[ros-users] [Discourse.ros.org] [General] ROS Answers needs your help

David!! ros.discourse at gmail.com
Wed Jun 20 01:13:54 UTC 2018



As with many things, the answer is [in the source](https://github.com/DLu/askbot_crawler/blob/master/index_page.py#L25). It does ignore closed questions.
```
n_answered = len([x for x in db.qdb.values() if 'answered' in x or x.get('closed', False)])
```
However, the Askbot API isn't perfect, so I may be missing some values.





---
[Visit Topic](https://discourse.ros.org/t/ros-answers-needs-your-help/5147/6) or reply to this email to respond.




More information about the ros-users mailing list