Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
LinkedIn Automation with Python
Learn how to automate accepting LinkedIn connection requests and sending a personalized message about data science and YouTube channels, saving significant time.
One time, I had more than 300 requests of connections on Linkedin, I wanted to accept all of the invitations, and also, share a bit about my interest in data science and if they want to learn more about it, they can find my YouTube channel.
Since it is a time consuming task, requiring sending the personalized message to every individual, I decided to create a Python code to automate this process. Using Python, selenium, and web driver, I was able to finish the task in less than 2 hours including the sleep time between the automation actions.