Git Product home page Git Product logo

job_searching_tool's Introduction

Job_Searching_Tool

A Tool that scrape all the best place to work from BestWorkPlace website and search all the companies from the list on Linkedin Job page and scraping all the open positions and save as an excel file. The Tool will also include a searching web application that enable to search job on certain keywords from the web scraping results (Open Job positions).

Demo:

  • Main Page: image

  • Search Results: image

Setup

pip install -r requirements_dev.txt
python setup.py build
python setup.py install

Functional

  • Scraping best company to work

Parse all the best-to-work companies from BestWorkPlace web page and save it as an excel and the data will be stored in data folder:

python web_scraping/scraping.py
  • Searching all companies from Linkedin and scraping all the opening positions

Read all company name and search on Linkedin and save the job details and save it as an excel and the data will be stored in data folder:

python web_scraping/Job_searching.py
  • Search jobs on keywords

Run the below code, use the URL output in an internet browser to use the searching tool

set FLASK_APP=app.py
python app.py

Items to Work On

  1. Simulate/ Having the action of click on next page in Linkedin and then parse further pages (Perhaps use Linkedin API).
  2. Remove unrelated/incorrect company search results.
  3. Display full job link in searching results and enable the hyperlink functionality.

job_searching_tool's People

Contributors

wangfan950309 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.