Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 762 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 762 Bytes

News Scrapper

Run on Repl.it

This following pull latest news From TIMES OF INDIA homepage and serve them along with short description.

Running Locally

Clone the repo

git clone https://github.com/subhamX/news_scrapper
cd news_scrapper

After cloning, install the dependencies using this command

pip install -r requirements.txt

Now execute the python file (latest_news.py)

python latest_news.py

Note: Running Locally assumes that python3 is already installed. If not, please install it from here or run it on repl by clicking on the badge on top.