To run the Script LinkedinWithdraw.py
- Install Python from https://www.python.org/downloads/
- Make sure your Python and Pip are in Path by checking in terminal else search for instructions online to add them in Path for your OS
- Copy the LinkedinWithdraw.py locally and replace yourUSERNAME with your Email ID and yourPASSWORD with your Password in the code
- Do pip install selenium
- And Download Chrome driver from https://chromedriver.chromium.org/downloads for your version of chrome Browser
If you want to use any other browser you can use any other browser and download its web driver and change the code
driver = webdriver.Chrome()
appropriately - Put the driver in same folder as the Script and then Run the Script