Python wrapper function for processing and extracting the literature information from the open-access repository
This repository contains a python wrapper function, named as web_scrapy.py, for extracting the key journal information (e.g., journal title, publication sources, publication date and abstract) that are related to the topic of "oxygen evolution reaction" from Directory of Open Access Journals (DOAJ) in an automatic fashion. The script that I designed integrates two important components:(1) an open-source web scraping framework Scrapy and (2)ChromeDriver. Note that the latest version of ChromeDriver has a limitation on the processing page number. In addition, the website administrator may change the HTML files and the corresponding architecture every few months. Therefore, you may have to update the 'XPath'to the appropriate container accordingly. This code only provides a template for your research and study. The example output results are shown in the data.csv file.
