Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 572 Bytes

File metadata and controls

13 lines (9 loc) · 572 Bytes

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.