Skip to content

tsybulevskij/indeed-scrapper

Repository files navigation

Job parser

Installation

Launch container by this command: docker-compose up -d

Rebuild container (upon changing csv file): docker-compose up -d --build

Usage

Launch scrapper by this command: docker exec jobparser_scrapy01 sh -c "scrapy crawl indeed" or simplier file launch ./run_spider.sh (for Windows: sh run_spider.sh)

Data to get access to the database

host -  'db'
port - '5432'
username - 'postgres'
password - 'qwerty'
database - 'jobs'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published