Giter Site home page Giter Site logo

linuxto5re / linkedin-connection-requester-cli Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 195 KB

CLI application leveraging the LinkedIn API to send connection requests efficiently based on user-defined keyword searches and default profiles like HR, talent acquisition teams, etc.

License: Apache License 2.0

Python 100.00%
automation community connection-manager linkedin-api python python-script

linkedin-connection-requester-cli's Introduction

LinkedIn Connection Requester CLI (send bulk requests)

Overview

This Command Line Interface (CLI) application allows users to efficiently send connection requests on LinkedIn using the LinkedIn API. Users can search for specific keywords and send connection requests to profiles related to those keywords. Additionally, it offers functionality to send connection requests to default profiles such as HR, talent acquisition teams, etc.

Warning

Use this code at your own risk. You may face restrictions from LinkedIn. I'll not be responsible for any action.

Features

  • Search and Connect: Users can search for keywords and send connection requests to profiles related to those keywords.
  • Default Profile Connections: Provides the ability to send connection requests to predefined default profiles (e.g., HR, talent acquisition teams, etc.).
  • Efficient Handling of Existing Connections: Handles existing connection IDs in the JSON files to avoid redundant connection requests.

Prerequisites

  • Python 3.x installed on your machine.
  • LinkedIn Credentials.

Installation

  1. Clone the repository:

    git clone https://github.com/LinUxTo5re/linkedin-connection-requester-cli.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. Configure LinkedIn Credentials:

    • Create credentials.py file in cwd.

    • add your LinkedIN mail and password to following variable in credentials.py :

      emailID = 'YOUR_LINKEDIN_MAIL'
      password = 'YOUR_LINKEDIN_PASSWORD'
    • Create an account on pantry cloud: https://getpantry.cloud/# and add pantry ID to credentials.py :

      pantry_id = 'YOUR_PANTRY_ID'

Run the CLI application:

python3 main.py

License

This project is licensed under the Apache License.

linkedin-connection-requester-cli's People

Contributors

linuxto5re avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.