{"id":27425780,"url":"https://github.com/pacemakerx/linkedintel","last_synced_at":"2025-10-21T06:49:21.956Z","repository":{"id":287700677,"uuid":"965522335","full_name":"PacemakerX/LinkedIntel","owner":"PacemakerX","description":"An AI-powered LinkedIn automation tool built with Python and Selenium. It scrapes your feed, analyzes post content using Gemini/OpenAI, and performs intelligent interactions like liking and commenting—based on engagement potential. Includes cookie-based login, human-like delays, and modular architecture for extension.","archived":false,"fork":false,"pushed_at":"2025-04-13T11:40:39.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T12:29:57.375Z","etag":null,"topics":["automation","gemini-api","python","selenium","selenium-webdriver"],"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/PacemakerX.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,"zenodo":null}},"created_at":"2025-04-13T10:57:36.000Z","updated_at":"2025-04-13T11:43:43.000Z","dependencies_parsed_at":"2025-04-13T12:30:16.254Z","dependency_job_id":null,"html_url":"https://github.com/PacemakerX/LinkedIntel","commit_stats":null,"previous_names":["pacemakerx/linkedintel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FLinkedIntel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FLinkedIntel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FLinkedIntel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FLinkedIntel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PacemakerX","download_url":"https://codeload.github.com/PacemakerX/LinkedIntel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248880826,"owners_count":21176739,"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","gemini-api","python","selenium","selenium-webdriver"],"created_at":"2025-04-14T12:29:02.525Z","updated_at":"2025-10-21T06:49:16.889Z","avatar_url":"https://github.com/PacemakerX.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://www.logo.wine/a/logo/LinkedIn/LinkedIn-Wordmark-White-Dark-Background-Logo.wine.svg\" alt=\"LinkedIn Automation\" style=\"width:100%; height:300px; object-fit: cover;\"\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n# LinkedIn Automation\n\nA powerful Python-based automation tool that enhances your LinkedIn experience by streamlining networking and engagement to boost your professional presence.\n\n[![Python](https://img.shields.io/badge/Python-3776AB?logo=python\u0026logoColor=fff)](#)\n[![Selenium](https://img.shields.io/badge/Selenium-43B02A?logo=selenium\u0026logoColor=white)](#)\n[![Google Gemini](https://img.shields.io/badge/Google%20Gemini-4285F4?logo=google\u0026logoColor=white)](#)\n[![Git](https://img.shields.io/badge/Git-F05032?logo=git\u0026logoColor=fff)](#)\n[![Visual Studio Code](https://custom-icon-badges.demolab.com/badge/Visual%20Studio%20Code-0078d7.svg?logo=vsc\u0026logoColor=white)](#)\n[![Chrome](https://img.shields.io/badge/Google%20Chrome-4285F4?logo=GoogleChrome\u0026logoColor=white)](#)\n[![Firefox](https://img.shields.io/badge/Firefox-FF7139?logo=Firefox\u0026logoColor=white)](#)\n\n## 🚀 Features\n- 👍 **Engagement Boost**: Automatically engage with posts from your network through likes and comments.\n- 🤖 **AI-Powered Interactions**: Leverage Google Gemini to create natural, personalized messages.\n- 🔄 **Session Management**: Utilize cookies for seamless authentication and session persistence.\n- ⏱️ **Scheduling**: Set up automation tasks to run at specified times.\n- 🛡️ **Safe Usage**: Built-in safeguards to maintain natural activity patterns and avoid LinkedIn restrictions.\n- 🧠 **Smart Targeting**: Intelligently identify and engage with relevant connections based on your criteria.\n\n## 🛠️ Tech Stack\n\n### Core Technologies\n\n- **Python**: Primary programming language for the automation scripts.\n- **Selenium**: Browser automation framework for LinkedIn interactions.\n- **Webdriver Manager**: Automated management of browser driver binaries.\n- **Google Gemini AI**: Advanced AI model for generating natural text and interactions.\n- **python-dotenv**: Environment variable management for secure configuration.\n\n## 📋 Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/PacemakerX/LinkedIntel.git\ncd LinkedIntel\n\n# Set up virtual environment\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n\n# Install dependencies\npip install -r requirements.txt\n\n# Configure environment variables\ncp .env.example .env\n# Edit .env with your API keys and settings\n\n# Set up cookies for authentication\ncp cookies.example.json cookies.json\n# Replace with your actual LinkedIn cookies\n```\n\n## 🔧 Configuration\n\n### Requirements.txt\n\n```\ngoogle-generativeai==1.10.0\nopenai==1.73.0\npython-dotenv==1.1.0\nselenium==4.31.0\nwebdriver-manager==4.0.2\n```\n\n### Cookie Authentication\n\nThis project uses cookie-based authentication to maintain LinkedIn sessions:\n\n1. Log in to LinkedIn in your browser\n2. Export your cookies to a `cookies.json` file (you can use browser extensions for this)\n3. Place the file in the project root directory\n4. An example structure is provided in `cookies.example.json`\n\n### Environment Variables\n\nCreate a `.env` file with the following variables:\n\n```\nGEMINI_API_KEY=your_gemini_api_key\n```\n\n## 📝 Usage\n\n```bash\n# Run the main file\npython main.py\n\n```\n\n## Link to the Repository:\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/PacemakerX/LinkedIntel.git\"\u003e\n  \u003cimg src=\"https://github.com/Anmol-Baranwal/Cool-GIFs-For-GitHub/assets/74038190/993370af-11f4-48e7-9e0d-e5b79c2e7890\" alt=\"Website Link\" style=\"width:100%; height:300px; object-fit: cover;\"\u003e\n\u003c/a\u003e\n\u003cp\u003e\n\n## Feel free to connect with me!\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"mailto:sparsh.officialwork@gmail.com\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Gmail-sparsh.officialwork@gmail.com-D14836?style=for-the-badge\u0026logo=gmail\u0026logoColor=white\" alt=\"Gmail Badge\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.linkedin.com/in/sparshsoni\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\" alt=\"LinkedIn Badge\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacemakerx%2Flinkedintel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpacemakerx%2Flinkedintel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacemakerx%2Flinkedintel/lists"}