Skip to content

A Simple Web Scraper using BeautifulSoup that fetches data based on queries. Useful for data collection for Social Trends.

Notifications You must be signed in to change notification settings

manasbedmutha98/NewsScrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NewsScrap

A Simple Web Scraper using BeautifulSoup that fetches data based on queries. Useful for data collection for Social Trends.

Dependencies

This repo works on Python3 using libraries BeatifulSoup and requests. Installation can be done in terminal by these lines.
pip3 install bs4
pip3 install requests

Execution

Change the destination loc to the csv file where you want to save. Execute by using python3 testing.py The CSV obtained will be separated by "~" symbol.

Feedback

Please feel free to suggest any changes or your queries to Manas Bedmutha

About

A Simple Web Scraper using BeautifulSoup that fetches data based on queries. Useful for data collection for Social Trends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages