Login to LinkedIn Automatically with this python library

In this article, we will see how to login to linkedin without writing selenium code and using credentials as well as cookies. We will use bot-studio library

Below are the detailed steps with code:-

  1. Install bot-studio

2. Import bot-studio

3. Create linkedin object, which will open automated chrome browser for linkedin.

4. Login using credentials

5. Login to linkedin through cookies. You can get cookies from Edit this Cookie Chrome Extension in simple steps:-

>Add this extension to chrome.

>Open linkedin and log in.

>Click on extension icon, then click on export cookies.

>Now cookies will be copied to clipboard , replace list of cookies with these copied cookies.

You will be successfully signed in at this point

--

--

Automation @ Scale

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store