this python script prints out article titles, first paragraph and images links under the top stories tab in cnn.com, please notice that because it uses the selenium.Chrome client it might take a while to load all the data how to run: if you have python on your computer just run python cnn.com-scrape
changes:
- changed variable names and spacings to fit PEP8
- now you can see the browser as the program runs
- browser changed from Firefox to Chrome for performance notes: 1.you need to have a chrome driver in usr/bin for the program to work 2.pip install selenium if you dont have it