Linkedin python bot
It is often hectic to make connections on linkedin by continuously pressing the connect button again and again monotonously. Here is a way to automate it:
Code
from selenium import webdriver
import pyautogui as pag
import time
from selenium.webdriver...
aryabyte.hashnode.dev2 min read
Iresh Sharma
Aayo people
Instead of adding a search url as argument, trying taking in keywords and make a search based on those and make a search on your own
That’ll be a better use case and abstraction of LinkedIn