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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ STW-Collection

Scrap The Web Collection; [blog](https://tapaswenipathak.wordpress.com/2014/09/05/scraping-with-scrapy-part-1/) [posts](https://tapaswenipathak.wordpress.com/2014/09/06/scraping-with-scrapy-part-2/).

This repo contains Scrapy sample code to scrap the following kind of websites:
This report contains Scrapy sample code to scrap the following kind of websites:

1. Do you want to learn Scrapy? [ScrapScrapy](https://github.com/tapasweni-pathak/STW-Collection/tree/master/ScrapScrapy) is gonna be your first scrapy project in that case.
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.
1. Do you want to learn how to scrap? [ScrapScrapy](https://github.com/tapasweni-pathak/STW-Collection/tree/master/ScrapScrapy) is gonna be your first scrapy project in that case.
2. If you want to scrap a simple website without any javascript or AJAX calls,you should 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.