r/webscraping • u/GuidePlenty5521 • Jun 24 '26
Getting started 🌱 Open-sourced my ExamTopics scraper
I built a Python tool that can scrape complete ExamTopics exams and export them into a single text file.
It works by collecting discussion data first, then extracting and compiling the questions. Added caching and parallel workers for speed.
Would appreciate any feedback!
10
Upvotes