Created
June 18, 2025 02:28
-
-
Save jxu/61cef54b1f4dfad00cd40ab7a09c6154 to your computer and use it in GitHub Desktop.
Extract Q&A content from old piazza browser download
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in {0001..3600}; do [ -e $i.html ] && pup 'div#qanda-content' < ${i}.html > ${i}_qa.html ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment