Skip to content

Dockerfile and simple scraping script to scrape dynamic data changing constantly

Notifications You must be signed in to change notification settings

daguito81/Dynamic_Data_Web_Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Data Web Scraper

Simple repo containning a Dockerfile that creates a container able to run selenium in headless mode

TEST

To start both the scraper and a PSQL instance

  • docker-compose up
    Then enter the scrappy container
  • docker exec -it my_scrappy /bin/bash
    Then run the scraper with
  • python scrappy_script.py

USE

  • Clone repo
  • change code in scrappy_script.py and config.json as needed
  • Build Dockerfile
  • repeat

About

Dockerfile and simple scraping script to scrape dynamic data changing constantly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published