Wikipedia Summary Scraper
This project contains a Python script that allows you to retrieve summaries of Wikipedia articles based on a list of queries.
Requirements
- Python
- The
requestslibrary
Usage:
Run the file and wait for a while. Set the article limit to whatever you want (max_limit=500).
Limitations:
- Can only get first 500 words.
- Can only get upto 500 articles for each search query.