with this scraper you can scrape every news article from onlinekhabar.com and save it locally on your computer in different formats such as csv, json
https://drive.google.com/file/d/1E8u6_pJbsWPhg61hfPi5Up4l730SUKRb/view?usp=sharing
Operating System: Linux
Language: python3
libraries: Scrapy
This scraper was purely built for research purpose.
Please note that you might need to make some changes to the scraper if in future the interface of the onlinekhabar.com is changed.( the scraping is totally based on CSS)
- clone this repository to your computer
- Launch terminal
- Navigate to the folder with file scrapy.cfg
- Enter this code
scrapy crawl onlineScraper -o data.csv
`