Conversation

Replying to
That said, I have some pre-existing Python code to scrape forums similar to this one. Would any software engineers be willing to help lend a hand on this project? Mainly the core of the code is reusable, it's just a matter of matching DOM elements and extracting specific fields
1
3
Developing the code would probably take around 4-6 hours if you already have experience with Python and HTML Dom elements. The bulk of the time will be actually running the code and walking through every forum topic -> post -> comments.
1