muratcansarkalkan / SaveYourJobsWEB

Web application for SaveYourJobs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple LinkedIn Job Search Engine

This tutorial explains how to get job results from LinkedIn.

Changelog:

  • 04/09/22: Initial commit
  • 04/16/22: Fixed UI and Data structure, a better CSS use
  • 04/22/22: Added location option

Prerequisites:

  • Latest Python version, download here
  • Latest Django version

Steps:

  1. Install Python's latest version from the link above.
  2. After installing Python, press Win + X, then click Windows Powershell. Type pip install django to install Django.
  3. Download this repository
  4. Again at Windows Powershell, locate where you extracted the repository. Type python manage.py runserver.
  5. After script runs, open this page at your browser. http://localhost:8000/
  6. A simple HTML page will welcome you. Input your query at top.
  7. A complex output will welcome you, but this will be improved soon!

Contact:

Extra links that could be useful:

About

Web application for SaveYourJobs


Languages

Language:Python 61.6%Language:Jupyter Notebook 18.3%Language:HTML 15.4%Language:CSS 4.7%