Pythoneer Lekha is repository in which i push the codes of my python learning exercise and scripts and projects during my python learning and development journey
1
stars
3
forks
source link
Made a web scraper which will scrape the top headlines from Google News and store it in csv file. #14
I made a web scraper using beautifulSoup4 which will take an input from the user for the number of articles the user needs, and then scrapes the headline and URL of the news article and stores it in a csv file.
Fixes #4
Describe the changes you have made in this PR -
I made a web scraper using beautifulSoup4 which will take an input from the user for the number of articles the user needs, and then scrapes the headline and URL of the news article and stores it in a csv file.