Skip to content

adityash97/Web-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Web-Scraping

Its a python script to do web scraping of this website: "https://inshorts.com/en/read". All the output will be shown in console and a WordCloud will be shown using Matplotlib.

Things have done:

  1. web scraping
  2. Extracting all news headlines
  3. Calculating Puncuation,Stop words,Digits,No Characters
  4. Pre Processing
  5. Generating Word Cloud

Things need to Do:

  1. Sentiment ananlysis on the scrapped data

Requirements:

  1. A system to run Python3 :)
  2. Python3

Modules Required to install in Python:

  1. Panadas
  2. Requests
  3. Beautiful soup
  4. Spacy
  5. WordCloud
  6. Matplotlib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages