Analysis of ACM (http://dl.acm.org) papers by scraping pages.
Here is a web scraper that collects ACM publications and save them to a CSV file. Then Text analysis is done on scraped data.
-
Install python modules: bs4 and selenium (these can be installed by pip) *pip install bs4 *pip install selenium
-
Download 'chromedriver' and keep the .exe file somewhere.
-
Execute the file 'scraper.py'.