Skip to content

Files

Latest commit

 

History

History

News_Scrapper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

News Scrapper (India Today)

This Script is used to get top 10 headlines from India Today based on the category entered by user and stores it in a CSV file.

Setup instructions

This script requires the following:

  1. python3
  2. requests module
  3. beautifulsoup4 module

To install the modules type:

    pip3 install requests
    pip3 install beautifulsoup4

To run the script type:

    cd News_Scrapper
    python3 scrapper.py

Output

script.png

excel-csv.png