Skip to content

adnan-alam-rfera/bdnews24_scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bdnews24_scraper

Web Scraper based on selenium which search for specific keyword on https://bdnews24.com and then save first 20 news info in an excel file.

Instructions to run the scraper:

  • Create a project directory, then create a virtual environment with python 3.5 in that directory and activate it.

  • Clone this git repository in the project directory.

  • To install all dependencies, from terminal run pip install -r requirements.txt.

  • Then run the scraper python news_scraper.py.

  • You'll be asked to enter keyword to search, after that scraper will run and will save data in an excel file.

About

Web Scraper based on selenium which search for specific keyword on bdnews24.com and return first 20 news info in an excel file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%