Skip to content

Brute force ESG scraper for Sustainalytics website.

License

Notifications You must be signed in to change notification settings

leander-ms/esg_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Repositorium für das Machine-Learning-Modell der Masterarbeit:

Uses selenium to scrape sustainalytics website (sustainalytics.com/esg-scraper) for ESG ratings. For more on esg ratings, look here: [[https://www.mdpi.com/2071-1050/13/21/11663]] (ESG Paper, publicly available)

Also, searched company does not have to match with the company names in the sustainalyitcs database. Script will itereate over parts of the company name and use sklearn TfidfVectorizer and cosine similarity to find best possible result. Required Packages:

  • SciKit-Learn (Python)
  • Selenium (Python) --> best to use version 4.9 or newer for chrome driver handling.
  • Requires either Chrome or FireFox Webdriver.

About

Brute force ESG scraper for Sustainalytics website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages