Skip to content

A simple job scraper using the Scrapy library based on specific technologies.

Notifications You must be signed in to change notification settings

pauldiez/simple_job_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About This App

This is a sample project using the Scrapy library from ScrapingHub.com to find job postings via stackoverflow.com based on specific technologies. Any job postings found are then emailed.

Install app instructions

  • Configure mail server settings in settings.py

  • Install commands

  •   $ pip install scrapy
      $ pip install jinja2
      $ scrapy crawl job_search -a query_tags=scrapy
  • Run command

    • Argument params
      • query_tags - technology tags to search for
  •   $ scrapy crawl job_search -a query_tags=scrapy

About

A simple job scraper using the Scrapy library based on specific technologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages