Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 535 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 535 Bytes

LinkedIn Post Scraper

htmlscrapre.py

This is a Python script that automates the process of scraping LinkedIn posts from a user's profile using Selenium. It allows you to provide your LinkedIn credentials, login to your account, and navigate to the desired profile to scrape the posts.

scrapeposts.py

This is a Python script that uses BeautifulSoup to parse the HTML file generated by the LinkedIn post scraper. It extracts the text content of each post and saves them in a Word document for further analysis or presentation.