{"id":23106102,"url":"https://github.com/jckimble/linkedin-easy-apply-bot","last_synced_at":"2026-05-02T03:32:10.191Z","repository":{"id":148738603,"uuid":"603937555","full_name":"jckimble/LinkedIn-Easy-Apply-Bot","owner":"jckimble","description":"A bot for LinkedIn Easy Apply. Made for spite cause a recruiter didn't think I had enough experience with python and selenium.","archived":false,"fork":false,"pushed_at":"2023-07-25T21:13:46.000Z","size":9,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T22:30:05.402Z","etag":null,"topics":["easy-apply","job-hunting","linkedin","python","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jckimble.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-20T01:22:43.000Z","updated_at":"2024-04-24T06:54:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"84ce14dc-e289-4b31-b5ca-b7eb5087a7c1","html_url":"https://github.com/jckimble/LinkedIn-Easy-Apply-Bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jckimble/LinkedIn-Easy-Apply-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jckimble%2FLinkedIn-Easy-Apply-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jckimble%2FLinkedIn-Easy-Apply-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jckimble%2FLinkedIn-Easy-Apply-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jckimble%2FLinkedIn-Easy-Apply-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jckimble","download_url":"https://codeload.github.com/jckimble/LinkedIn-Easy-Apply-Bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jckimble%2FLinkedIn-Easy-Apply-Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32522245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["easy-apply","job-hunting","linkedin","python","selenium"],"created_at":"2024-12-17T00:58:35.672Z","updated_at":"2026-05-02T03:32:10.182Z","avatar_url":"https://github.com/jckimble.png","language":"Python","funding_links":["https://www.buymeacoffee.com/jckimble"],"categories":[],"sub_categories":[],"readme":"LinkedIn Easy Apply Bot\r\n=====\r\n\r\nA bot for LinkedIn Easy Apply. Made for spite cause a recruter didn't think I had enough experience with python and selenium.\r\n\r\n## Install\r\n\r\n```sh\r\ngit clone https://github.com/jckimble/LinkedIn-Easy-Apply-Bot.git\r\ncd LinkedIn-Easy-Apply-Bot\r\npip install -r requirements.txt\r\n```\r\n\r\n## Options\r\n\r\nOptions can be set by command arguments, environment variables, or a json config file\r\n\r\n| Option            | Description \t        | Default       | JSON Field      \t| Environment Variable \t  | Cli Option     \t              |\r\n|-----------------\t|---------------------\t|-------------- |-----------------\t|-----------------------\t|-----------------------------  |\r\n| config            | JSON Config File      | ./config.json |                   |                      \t  | --config CONFIG               |\r\n| headless          | Run Headless          | False         | headless          | CI                   \t  | --headless   \t                |\r\n| email             | LinkedIn Email        | None          | email             | LEAB_EMAIL              | --email EMAIL                 |\r\n| password          | LinkedIn Password     | None          | password          | LEAB_PASSWORD           | --password PASSWORD           |\r\n| code              | 2fa Code              | None          | code              | LEAB_CODE               | --code CODE                   |\r\n| secret            | 2fa Secret            | None          | secret            | LEAB_SECRET             | --secret SECRET               |\r\n| logging           | Logging Level         | WARN          | logging           | LEAB_LOGGING            | --logging LOGGING             |\r\n| user_data         | Selenium User Data    | None          | user_data         | LEAB_USER_DATA          | --user-data USERDATA          |\r\n| wait_time         | Wait Time for Element | 30 (Seconds)  | wait_time         | LEAB_WAIT_TIME          | --wait-time WAITTIME          |\r\n| max_hours         | Max Time for Search   | 2 (Hours)     | max_hours         | LEAB_MAX_HOURS          | --max-hours MAXHOURS          |\r\n| max_failed        | Failed Apps to Quit   | 20            | max_failed        | LEAB_MAX_FAILED         | --max-failed MAXFAILED        |\r\n| timeout           | Apply Timeout         | 5 (Minutes)   | timeout           | LEAB_TIMEOUT            | --timeout TIMEOUT             |\r\n| search_query      | Search Query          | None          | search_query      | LEAB_SEARCH_QUERY       | --search_query SEARCHQUERY    |\r\n| blacklist.company | Company Blacklist     | None          | blacklist.company | LEAB_BLACKLIST_COMPANY  | --blacklist-company BLACKLIST |\r\n| blacklist.title   | Title Blacklist       | None          | blacklist.title   | LEAB_BLACKLIST_TITLE    | --blacklist-title BLACKLIST   |\r\n\r\n## Usage\r\n\r\nBelow is a simple example of how to use.\r\n\r\n```sh\r\npython ./main.py\r\n```\r\n\r\n## Contributions\r\n\r\nContributions are always welcome!\r\n\r\n## Donations\r\n\r\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/jckimble)\r\n\r\n## License\r\nLinkedIn-Easy-Apply-Bot is available under the MIT license\r\nCopyright (c) 2023 James C Kimble\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjckimble%2Flinkedin-easy-apply-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjckimble%2Flinkedin-easy-apply-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjckimble%2Flinkedin-easy-apply-bot/lists"}