Linkedin web scraper that helps you to answer the question below. Who from my contacts on linkedin that I follow, is not following me?
Open a linux terminal and run the following commands:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
touch .env
to create an .env file- Add your credentials to your .env file by creating two environment variables, that are
EMAIL
andPASSWORD
python linkedin.py