Post content on LinkedIn in python with this unofficial Api

--

In this post we will see how to post on linkedin using bot-studio. Below are the steps to follow on:-

  1. Install bot-studio
pip install bot-studio

2. Import 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. Post on linkedin now

--

--