From d3e4051b2deaaadf7982585c5b6546694d49ec61 Mon Sep 17 00:00:00 2001
From: Christopher Greening <36808060+chris-greening@users.noreply.github.com>
Date: Thu, 29 Oct 2020 00:14:13 -0400
Subject: [PATCH] Added Linkedin section
---
python/README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/python/README.md b/python/README.md
index 2f3cac3..a06c821 100644
--- a/python/README.md
+++ b/python/README.md
@@ -4,6 +4,7 @@ Below are resources for scraping different social media platforms using Python
* [Instagram](#instagram)
* [Facebook](#facebook)
* [Twitter](#twitter)
+* [Linkedin](#linkedin)
## Instagram
@@ -46,3 +47,10 @@ Below are resources for scraping different social media platforms using Python
*
*
*
+
+## Linkedin
+* [austinoboyle/scrape-linkedin-selenium](https://github.com/austinoboyle/scrape-linkedin-selenium)
+ * `scrape_linkedin` is a python package that allows you to scrape personal LinkedIn profiles & company pages - turning the data into structured json.
+ *
+ *
+ *