Wiki-Page-Info
Phase 1 - Basic Wikipedia page fetcher
Build a module that retrieves a Wikipedia page by title and extracts its summary and main sections.
- Input a page title
- Fetch page content via API
- Parse summary + section headers
Functional result: Script returns structured page info.
Phase 2 - Enhanced detail extraction and export
Extend the tool to extract links, infobox data, and allow exporting results to JSON.
- Extract internal/external links
- Parse infobox fields
- Save full structured data as JSON
Functional result: Script outputs enriched page data and exports it.