maqboolkhan / lnkdnlm

LLM powered linkedin job search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lnkdnlm

A Project which dreams to streamline job searching using open source llms on your PC! In heavy development these day. Follow the repository and Keep in touch.

Screenshot:

Screenshot

Prerequisites

  • Python >= 3.7, you can use for example pyenv to manage that
  • Poetry

Installing dependencies

make install

Tests and checks

To run all tests and checks:

make check

To run all tests (unit and integration):

make test

unit-tests

To just run unit-tests:

make unit-test

integration-tests

To just run integration-tests:

make integration-test

Auto-formatting

make auto-format

Linting

make lint

Check types

make type-check

About

LLM powered linkedin job search

License:Other


Languages

Language:Python 81.4%Language:Makefile 15.6%Language:Dockerfile 3.0%