-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
LinkedIn Connections Scrapper #698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LinkedIn Connections Scrapper #698
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just minor corrections, else the script works great
|
||
Mentored by [Avinash Kr. Ranjan](https://github.com/avinashkranjan). | ||
|
||
Reviewed by [Kaustubh Gupta](https://github.com/kaustubhgupta). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR will be reviewed by other mentors too so it would be unfair for them. You can remove this line
@@ -0,0 +1,192 @@ | |||
# Linkedin My_Connections Scrapper | |||
# Written by XZANATOL | |||
# Mentored by avinashkranjan & kaustubhgupta / GSSOC'21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned earlier :-)
@kaustubhgupta Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@XZANATOL great job again 💯 😃
parser.add_option("-s", "--skills", action="store_true", dest="skills", help="Flag to scrap each profile, and look at its skill set") | ||
|
||
|
||
def login(email, password): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add some logic to verify if user was logged in or not. You can do that by either looking for the error message or by checking the page title by using driver.title
@antrikshmisri Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good now 💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM..Great job @XZANATOL
Description
Added LinkedIn Connections Scrapper.
Notes
Fixes #56
Have you read the Contributing Guidelines on Pull Requests?
Type of change
Checklist:
README.md
Template for README.md