MR901 / NewsGatheringAndSentimentAnalysis

Using Selenium to gather News from Website and providing an sentiment Analysis Score

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module

This module can be used to extract news from GoogleNews and perform sentiment analysis over the news.

  • Using Python+Selenium to exract News.
  • Using Python to perform sentiment analysis.

1. Extracting Data

2. Performing Sentiment Analysis

Installing Dependencies

Installing Selenium

!

Link for Driver

Chrome: https://sites.google.com/a/chromium.org/chromedriver/downloads
Edge: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Firefox: https://github.com/mozilla/geckodriver/releases
Safari: https://webkit.org/blog/6900/webdriver-support-in-safari-10/

About

Using Selenium to gather News from Website and providing an sentiment Analysis Score


Languages

Language:Python 74.4%Language:Jupyter Notebook 25.6%