/newspaper-scraping

Atomically Newspaper Scrapping Using Beautiful Soup. Only three Categories of news are scraped including national, international and latest. News Summarization, Text Classification, Sentimental Analysis, WordCloud and many more NLP stuff is included.

Primary LanguagePythonMIT LicenseMIT

Newspaper Scraping using Beautiful Soup

Requirements

pip install -r requirements

There will be some packages required to be install even after installing requirements.txt

python -m spacy download en_core_web_sm

NLTK is also required so for that purpose you can type python on conda environment and hit enter than import nltk and after that type nltk.download() nltk GUI will be opened then choose all-nltk for installation.