alumni-scraping

所属分类:前端开发
开发工具:Jupyter Notebook
文件大小:41KB
下载次数:0
上传日期:2021-08-27 17:28:55
上 传 者sh-1993
说明:  使用机器人从LinkedIn中删除我学校的校友数据
(Scraping my school s alumni Data from LinkedIn using a bot)

文件列表:
LICENSE (1070, 2021-08-28)
alumni_scraping.ipynb (19036, 2021-08-28)
cleaning_scraped_data.ipynb (12120, 2021-08-28)
data_anonymised.csv (155107, 2021-08-28)

# Scraping alumni Data from LinkedIn using a bot ¤– If you are an ensiast you can ask me for the CSV files ## Thank you to: * [Selenium](https://selenium-python.readthedocs.io/) - A tool designed for QA testing, but that actually works great for making these types of bots * [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/doc) - A tool to scrape HTML/XML content (that saved be *big time* with this project) ## Installation 1. Install [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/) (or an alternatie driver for your browser of choice): 2. Install Selenium: `pip install selenium` 3. 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](https://github.com/11bender/alumni-scraping/blob/main/LICENSE) file for details.

近期下载者

相关文件


收藏者