{"id":24961043,"url":"https://github.com/mandeep/job-automate","last_synced_at":"2025-04-10T21:22:45.914Z","repository":{"id":62572568,"uuid":"50314272","full_name":"mandeep/Job-Automate","owner":"mandeep","description":"Automate a job search with Indeed","archived":false,"fork":false,"pushed_at":"2018-04-19T19:36:51.000Z","size":1639,"stargazers_count":27,"open_issues_count":0,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T11:49:23.324Z","etag":null,"topics":[],"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/mandeep.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2016-01-24T23:47:35.000Z","updated_at":"2024-08-24T02:42:16.000Z","dependencies_parsed_at":"2022-11-03T18:27:25.313Z","dependency_job_id":null,"html_url":"https://github.com/mandeep/Job-Automate","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandeep%2FJob-Automate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandeep%2FJob-Automate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandeep%2FJob-Automate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandeep%2FJob-Automate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mandeep","download_url":"https://codeload.github.com/mandeep/Job-Automate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248299058,"owners_count":21080455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-02-03T08:45:21.244Z","updated_at":"2025-04-10T21:22:45.890Z","avatar_url":"https://github.com/mandeep.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: title.png\n\n\n|travis| |coverage| |dependencies| |quality| |pyversions| |pypi| |status| |wheel| |license|\n\n\nDue to changes in Indeed's easily apply application process. Job Automate no longer works on Indeed and thus is no longer maintained.\n\n\nJob Automate is a command line application written in Python using the Selenium and Click libraries.\nThe application uses the Indeed Job Search API to find and automatically apply to 'easily apply' jobs \npublished by employers on Indeed.com. Job Automate requires access to Indeed's API with an Indeed\nPublisher Key. To obtain a key, please visit: http://www.indeed.com/publisher.\n\n\n*************\nInstallation\n*************\n\nTo install the script merely run the following command in a command line prompt::\n\n    $  pip install jobautomate\n\nIf you would rather install from source, run the following commands::\n\n    $  git clone https://github.com/mandeep/Job-Automate.git\n    $  cd Job-Automate\n    $  python install setup.py\n\n************\nUsage\n************\n\nJob Automate accepts the Indeed Publisher ID as an environment variable or as a command line flag. In order\nto be used as an environment variable, one must export API_KEY=ID to PATH. The command line application may be invoked with the following command, flags, and arguments::\n\n    Usage: jobautomate [OPTIONS] FIRST_NAME LAST_NAME EMAIL JOB_DESCRIPTION RESUME_PATH [JOB_LOCATION]\n\n    Optional arguments:\n        --help            Show a help message and quit\n        --key             Use the provided publisher key to access the Indeed API\n        --verbose         Print to stdout the jobs that are not easily apply applications\n        --vxfb            Run the application in a virtual display (Linux only)\n\n    Example:\n    $  jobautomate --key 12345 \"Bender\" \"Rodriguez\" \"bender@ilovebender.com\" \"Metalworking\" \"girder.doc\"\n\nOnce entered the script will open a Firefox WebDriver instance and search for 'easily apply' jobs in the URLs given by the Indeed API. Due to the API only allowing 25 urls at a given time, the application will prompt for continuation after 25 urls have been traversed. \n\n************\nScreenshot\n************\n\n.. image:: cli.png\n\n\n.. |travis| image:: https://travis-ci.org/mandeep/Job-Automate.svg?branch=master\n    :target: https://travis-ci.org/mandeep/Job-Automate\n.. |coverage| image:: https://coveralls.io/repos/github/mandeep/Job-Automate/badge.svg?branch=master \n    :target: https://coveralls.io/github/mandeep/Job-Automate?branch=master\n.. |dependencies| image:: https://dependencyci.com/github/mandeep/Job-Automate/badge\n    :target: https://dependencyci.com/github/mandeep/Job-Automate\n.. |quality| image:: https://img.shields.io/scrutinizer/g/mandeep/Job-Automate.svg\n    :target: https://scrutinizer-ci.com/g/mandeep/Job-Automate/\n.. |pypi| image:: https://img.shields.io/pypi/v/jobautomate.svg\n    :target: https://pypi.python.org/pypi/jobautomate\n.. |status| image:: https://img.shields.io/pypi/status/jobautomate.svg\n    :target: https://pypi.python.org/pypi/jobautomate\n.. |pyversions| image:: https://img.shields.io/pypi/pyversions/jobautomate.svg\n    :target: https://pypi.python.org/pypi/jobautomate \n.. |wheel| image:: https://img.shields.io/pypi/format/jobautomate.svg\n    :target: https://pypi.python.org/pypi/jobautomate\n.. |license| image:: https://img.shields.io/pypi/l/jobautomate.svg\n    :target: https://pypi.python.org/pypi/jobautomate\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandeep%2Fjob-automate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmandeep%2Fjob-automate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandeep%2Fjob-automate/lists"}