Skip to content

Maxence-Labesse/Find-Job-Offers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Job Offers

Demo

A Python application to collect offers information from indeed.fr website All you have to do is to define a job keyword and period of time and get results in an Execel (.xlsx) file.

Disclaimer :

  • Web Scraping may be against the terms of use of some websites a nd users may be subject to legal ramifications depending on where and how they attempt to scrape information.
  • So, Always inspect the Robots.txt as many websites specifies what is considered as good behaviour on that site, such as areas that are allowed to be crawled, restricted pages, and frequency limits for crawling.

Installation (Windows)

git clone the project, then install package requirements:

Using terminal:

py -m pip install -r requirements.txt

Usage

Using terminal (at project root):

py -m src.main

Note: You can add time between web page requests using time_between_requets argument as follow:

py -m src.main time_between_offers=True

Release History

  • 0.0.1
    • First realease

Incoming changes

  • select output file folder and name in the app
  • add TOP (1/0) for keywords in offers

Meta

LABESSE Maxence - maxence.labesse@yahoo.fr

Distributed under the MIT license. See LICENSE for more information.

https://github.com/Maxence-Labesse/Find-Job-Offers

Releases

No releases published

Packages

No packages published

Languages