This project helps in automatically accepting the LinkedIn connections requests. It has two versions:
autoConnectJavaScript.js
git clone [email protected]:aniketsingh0104/LinkedInAutoConnect.git
cd LinkedInAutoConnect
. Setup virtual environment: python3 -m venv ./venv
source venv/bin/activate
pip install -r requirements.txt
main.py
enter your chromium driver path in this variable driver_path
The application uses Chrome as the web driver. If you want to use any other browser, make sure you modify the scrip and download appropriate drivers. Below instructions are for chrome although a lot of them would be transferable:
xattr -d com.apple.quarantine <PATH_OF_DRIVER>
python main.py