Coder Social home page Coder Social logo

linkedinconnectbot's Introduction

LinkedIn Bot to Connect and Send Personalized Note

This is a python bot made to search for people in the certain industries and connect with them inlcuding sending a personalized note.

Motivation

Job search is a long a tidious process and its often not very rewarding. So, I decided to brush up some python and make a bot to autoconnect with people in similar industries as I was interested in to make some part of the process easier by using my skills.

Frameworks

  • Selenium -Framework to control web browsers
  • BeautifulSoup - Library for parsing HTML documents

NOTE : You must also install the webdriver for your browser.

Installation

Using python's package manager pip to install the dependencies

pip install selenium
pip install beautifulsoup4

You can install the webdriver for Chrome browser here. Be sure to install the webdriver according to your chrome browser version. You can google and find the webdrivers for other browsers as well.

NOTE :

  • If you are on Mac, you have to move the webdriver to /usr/local/bin folder (Go -> Go to Folder then paste the path) to run the code.
  • If you are on PC, you can just put the webdriver's path in the line driver = webdriver.Chrome(INSERT_PATH_TO_WEBDRIVER) inside the NoteBot.py file.

How to run

Before runnning the code: Please enter the LinkedIn email, password, pages to stop at, keywords to search (be sure to include 'Hiring' if you are jobseeking), the personalized message to run the program. I have commented the parts to fill in the NoteBot.py file.

Run the NoteBot.py file on any Python IDE or Execute the following command on the terminal:

!python3 NoteBot.py 

PLEASE DO NOT MISSUSE THIS CODE

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.