Skip to content

NovakMateusz/vigilant-potato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[ Project name placeholder ]

Contributors:

Python 3.11

Create and activate virtual environment

% python3.11 -m venv venv
% source venv/bin/activate (Linux)
> venv\Scripts\activate.bat (Windows TBC)

Install dependencies (while having active virtual environment)

% pip install -r requirements/core.txt

Starting scrapy shell

% cd job_scrapper
% scrapy shell

Exiting Scrapy shell (while in Scrapy shell)

>>> exit()

Run custom Spider and saving results to the JSON file

% cd job_scrapper
% scrapy crawl protocol -O output.json

Installing dependencies and creating chart's

% cd chart
% yarn 
% yarn dev 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •