🤖
Scraping alumni Data from LinkedIn using a bot
If you are an ensiast you can ask me for the CSV files, or scrape your own data.
Thank you to:
- Selenium - A tool designed for QA testing, but that actually works great for making these types of bots
- Beautiful Soup - A tool to scrape HTML/XML content (that saved be big time with this project)
Installation
- Install ChromeDriver (or an alternatie driver for your browser of choice):
- Install Selenium:
pip install selenium
- Install BeautifulSoup:
pip install beautifulsoup4
Usage
Use id/class to control which data you want to get.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.