Changes

Jump to navigation Jump to search
no edit summary
source dev/python3_venv_linkedin/bin/activate
Your screen should now have (python3_venv_linkedin)next to any command you write. The virtual enivornment has been activated. Step 3: Change directories to: ~/dev/web_crawler/linkedin Step 4: All the files for any sort of LinkedIn Crawler are here. The file for this project is: linkedin_founders.py This file executes the crawler on all of the information stored in the file founders_linkedin.txt. Any file with the format company-tab-first name-tab-last name-tab-linkedin url-newline- will work.The output of the data will be stored in founders_linkedin_main.txt, founders_linkedin_experience.txt, and founders_linkedin_education.txt. Step 5: To run the file, enter: python linkedin_founders.py The crawler will begin running automatically.

Navigation menu