/2016-Politico-General-Presidential-Data-Scraper

This is a python script that goes to Politico.com to extract data about the 2016 general presidential election.

Primary LanguagePython

2016-Politico-General-Presidential-Data-Scraper

Image of Hillary and Trump There's a lot to be learned from the 2016 presidential election. That's why I decided to build a web scraper that looks at data from Politico.com.

This python script can extract the percentage of voters who voted for Donald Trump and Hillary Clinton from every county.

What you'll need:

  • Selenium.
  • BeautifulSoup4
  • Urllib

You can google how to install them yourself.