Skip to content

This repository contains my experiments with Scrapy for advanced web scraping in Python

Notifications You must be signed in to change notification settings

mohdsanadzakirizvi/web-scraping-magic-with-scrapy-and-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Web Scraping in Python using Scrapy (with multiple examples)

This repository contains the code for the article "Web Scraping in Python using Scrapy (with multiple examples)" here - https://www.analyticsvidhya.com/blog/2017/07/web-scraping-in-python-using-scrapy/

Project Structure

.
+-- ourfirstscraper

|	+-- scrapy.cfg - scrapy configuration file

|	+-- ourfirstscraper
  
|	  +-- settings.py - contains all the settings associated with this project
   
|		  +-- spiders - contains the spiders from the tutorial
   
|			  +-- redditbot.py - Reddit Spider
 
|			  +-- shopclues.py - ShopClues Spider
 
|			  +-- techcrunch.py - Techcrunch Spider
 

Dependencies

About

This repository contains my experiments with Scrapy for advanced web scraping in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages