{"id":15043934,"url":"https://github.com/jorge-e313/linkedin-auto-applier","last_synced_at":"2026-02-27T10:42:11.798Z","repository":{"id":257650731,"uuid":"858922213","full_name":"jorge-e313/LinkedIn-Auto-Applier","owner":"jorge-e313","description":"LinkedIn Auto-Applier is developed in Python and uses Selenium technology to automatically fill out simple job applications on LinkedIn.","archived":false,"fork":false,"pushed_at":"2024-09-17T19:24:43.000Z","size":9261,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T01:22:09.320Z","etag":null,"topics":["automation","bot","chrome","jobsearch","linkedin","python","python3","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jorge-e313.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-09-17T19:06:06.000Z","updated_at":"2024-09-18T18:37:13.000Z","dependencies_parsed_at":"2024-09-21T12:02:59.475Z","dependency_job_id":null,"html_url":"https://github.com/jorge-e313/LinkedIn-Auto-Applier","commit_stats":null,"previous_names":["jorge-e313/-linkedin-auto-applier"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jorge-e313/LinkedIn-Auto-Applier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorge-e313%2FLinkedIn-Auto-Applier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorge-e313%2FLinkedIn-Auto-Applier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorge-e313%2FLinkedIn-Auto-Applier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorge-e313%2FLinkedIn-Auto-Applier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorge-e313","download_url":"https://codeload.github.com/jorge-e313/LinkedIn-Auto-Applier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorge-e313%2FLinkedIn-Auto-Applier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262188397,"owners_count":23272341,"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":["automation","bot","chrome","jobsearch","linkedin","python","python3","selenium"],"created_at":"2024-09-24T20:49:50.741Z","updated_at":"2026-02-27T10:42:11.765Z","avatar_url":"https://github.com/jorge-e313.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🤖 LinkedIn Auto-Applier | Automates job application process 📝\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eLinkedIn Auto-Applier is developed in Python and uses Selenium technology to automatically fill out simple job applications on LinkedIn.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/tu_perfil_linkedin\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/LinkedIn-Perfil-blue\" alt=\"LinkedIn\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://www.youtube.com/watch?v=mlzIrIZFGoQ\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/YouTube-Tutorial-red\" alt=\"YouTube Tutorial\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Tabla de Contenidos\n1. [Requisitos previos](#requisitos-previos)\n   - [Instalar Python](#instalar-python)\n   - [Instalar Google Chrome](#instalar-google-chrome)\n   - [Configurar ChromeDriver](#configurar-chromedriver)\n   - [Instalar las bibliotecas necesarias](#instalar-las-bibliotecas-necesarias)\n   - [Iniciar sesión en LinkedIn](#iniciar-sesión-en-linkedin)\n2. [Resumen de pasos](#resumen-de-pasos)\n3. [Ejecución del script](#ejecución-del-script)\n4. [Tutorial de uso](#tutorial-de-uso)\n\n## Requisitos previos\n\n### 1. Instalar Python\n\nEl usuario debe descargar e instalar [Python](https://www.python.org/downloads/). Durante la instalación, asegúrate de marcar la opción \"Add Python to PATH\" (Agregar Python a la ruta del sistema).\n\n### 2. Instalar Google Chrome\n\nEl programa depende de Google Chrome, por lo que el usuario debe tener instalado [Google Chrome](https://www.google.com/intl/es_es/chrome/).\n\n### 3. Configurar ChromeDriver\n\nEl usuario necesitará tener descargado el [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/downloads), que sea compatible con la versión de Google Chrome instalada.  \n\nSin embargo, el script incluye la línea:\n\n```python\nfrom webdriver_manager.chrome import ChromeDriverManager\n```\nEsto descargará automáticamente la versión correcta de ChromeDriver. Solo será necesario descargarlo manualmente si esta parte no funciona correctamente.\n\n## 4. Instalar las bibliotecas necesarias\n\nLas siguientes bibliotecas deben instalarse mediante pip (Python Package Installer):\n\n- Selenium (`pip install selenium`)\n- PyAutoGUI (`pip install pyautogui`)\n- Colorama (`pip install colorama`)\n- PyFiglet (`pip install pyfiglet`)\n- Webdriver Manager para Chrome (`pip install webdriver-manager`)\n\nEl usuario puede ejecutar el siguiente comando en su terminal para instalar todas las bibliotecas necesarias a la vez:\n\n```bash\npip install selenium pyautogui colorama pyfiglet webdriver-manager\n```\n\n### 5. Iniciar sesión en LinkedIn\nEs necesario tener una sesión activa de LinkedIn en Google Chrome antes de ejecutar el programa, ya que el script usa la sesión actual del navegador para automatizar las acciones.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorge-e313%2Flinkedin-auto-applier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorge-e313%2Flinkedin-auto-applier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorge-e313%2Flinkedin-auto-applier/lists"}