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.
- Uses beautiful soup for data extraction.
- Uses webdriver.chrome to load and scrap dynamic content.