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:
- web scraping
- Extracting all news headlines
- Calculating Puncuation,Stop words,Digits,No Characters
- Pre Processing
- Generating Word Cloud
Things need to Do:
- Sentiment ananlysis on the scrapped data
Requirements:
- A system to run Python3 :)
- Python3
Modules Required to install in Python:
- Panadas
- Requests
- Beautiful soup
- Spacy
- WordCloud
- Matplotlib