Skip to content

Scrapy and selenium spiders for fully capturing screenshots and html sources of a given url.

Notifications You must be signed in to change notification settings

FieteO/products_spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrapy webspider

Getting started

Install the python env using pipenv.

pipenv install

Activate the environment.

source .venv/bin/activate

Run the spider

Start scrapy splash (the javascript rendering engine)

docker-compose up
(spider)fiete@ubu:~/Documents/studium/bdp/spider/products$ scrapy crawl products_spider

Goals

  • save screenshots of the rendered page
  • save the complete html source
  • save the extracted text from the html source
  • [stretch] save statistics for structure of DOM

About

Scrapy and selenium spiders for fully capturing screenshots and html sources of a given url.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages