Skip to content

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.

Notifications You must be signed in to change notification settings

MHassaanButt/newspaper-scraping

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published