Giter VIP home page Giter VIP logo

shop_scraper's Introduction

- About the new version

You can see mongodb insert commands for 150 categories in database/mongodb.mg
Please run these commands,b before running spiders.


1. Description

	It's a demo version of scraping souq.com with only one category.
	But it has the main structure of a project.

2. Run

	In shopscraper/, run:
	$ python start_crawler.py souq

	- running options

		--all: the program scraped all products, even if a product is in the database. (first scrapping mode1)
		--csv: save scraped data in csv file

	I use the following sample data in this demo.

	db.category.insert(
		{
			"name":"TV",
			"parent":"TV Audio & Video",
			"ancestors":["Electronics", "TV Audio & Video"],
			"souq_url":{
						url:"http://uae.souq.com/ae-en/lcd-led-dlp-tv/l/",
						enable: 1
			},
			"wadi_url":{
						url:"https://en-ae.wadi.com/electronics-tv_audio-televisions",
						enable: 1
			},
			"namshi_url":{
						url:"",
						enable: 1
			},
			"additional_attributes":"Display Size",
		}
	)

3. Result

	In shopscraper/data/, you can see 'souq_category.csv', 'wadi_category.csv' and 'namshi_category.csv' which have their category list.

shop_scraper's People

Contributors

alexeygolovin5587 avatar tomwalter2287 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.