Follow / Unfollow Company Profiles with simple python code

--

This post demonstrates the code to follow and unfollow a company on linkedin by using bot-studio. Below are the code steps to follow:-

  1. Install bot-studio library
pip install bot-studio

3. Create a linkedin object which will be used to perform actions on linkedin and login as well. You can see here to login with cookies.

4. Follow a company by passing company link

5. Unfollow a company by passing company link

--

--