Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ This repo contains Scrapy sample code to scrap the following kind of websites:
2. If you want to scrap a simple website without any javascript or AJAX calls,you can have a look at [this](https://github.com/tapasweni-pathak/STW-Collection/tree/master/SimpleScrapy) project. This uses CrawlSpider.
3. If you want to use selenium with scrapy, have a look at [this](https://github.com/tapasweni-pathak/STW-Collection/tree/master/ScrapyWithSelenium) project.
4. You can refer [this](https://github.com/tapasweni-pathak/STW-Collection/tree/master/ScrapyWithDjango/Forestessentialsindia) project, if you want to save to Django DB as you scrap.
amazing work