Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e691228

Browse files
committed
Applied Minor Changes
1 parent 279a400 commit e691228

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

‎Linkedin_Connections_Scrapper/ReadMe.md‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ For scrapping skills:
2626
- The scripts prints out a couple of messages to explain in which phase it is.
2727
- efficieny is also affected by Internet speed.
2828

29-
# Authors
29+
# Output
3030

31-
Written by [XZANATOL](https://www.github.com/XZANATOL).
31+
Basic use will output a \"scrap.csv\" file that will contain columns of Name, Headline, & Link. There will be a skills column but it will be empty.
3232

33-
Mentored by [Avinash Kr. Ranjan](https://github.com/avinashkranjan).
33+
Using the skills scrapper mode will add the skills of each profile to that column, each skill will be " -- " separated.
3434

35-
Reviewed by [Kaustubh Gupta](https://github.com/kaustubhgupta).
35+
# Authors
36+
37+
Written by [XZANATOL](https://www.github.com/XZANATOL).
3638

3739
The project was built as a contribution during [GSSOC'21](https://gssoc.girlscript.tech/).
3840

‎Linkedin_Connections_Scrapper/script.py‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Linkedin My_Connections Scrapper
22
# Written by XZANATOL
3-
# Mentored by avinashkranjan & kaustubhgupta / GSSOC'21
43
from selenium.webdriver.common.action_chains import ActionChains
54
from optparse import OptionParser
65
from selenium import webdriver
@@ -20,6 +19,13 @@
2019
-e, --email Enter login email
2120
-p, --password Enter login password
2221
-s, --skills Flag to scrap each profile, and look at its skill set
22+
23+
Operation Modes:
24+
> Basic mode
25+
This will scrap all LinkedIn connections list with there corresponding Name, Headline, and Profile link.
26+
> Skills scrapper mode (-s/--skills)
27+
(Time Consuming mode)
28+
This will do the same job of basic mode but along with visiting each profile and extracting the skills of each.
2329
"""
2430

2531
# Load args

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /