A script that parses all questions and answers from qna.habr.com with their metadata. The full parsed dataset can be downloaded here.
docker build -t habr-qna-parser .
export UID=$(id -u)
export GID=$(id -g)
docker run \
-it \
--rm \
--user $UID:$GID \
--volume="$PWD:/app:rw" \
habr-qna-parser