/ACM-DL-yearwise-paper-and-author-info-scrapper

The provided script is used to perform web-scrapping on Association of Computing Machinery(ACM) digital library site to get information about all papers accepted in a year along with author list and their affiliations.

Primary LanguageJupyter Notebook

ACM-DL-yearwise-paper-and-author-info-scrapper

The provided script is used to perform web-scrapping on Association of Computing Machinery(ACM) digital library site to get information about all papers accepted in a year along with author list and their affiliations. Also extracts tags namely Best Paper and Honourable Mention.

Code Features:

  1. Uses beautiful soup for data extraction.
  2. Uses webdriver.chrome to load and scrap dynamic content.