Skip to content
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

Update LinkedInt.py #17

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update LinkedInt.py #17

wants to merge 5 commits into from

Conversation

rxwx
Copy link

@rxwx rxwx commented Apr 23, 2019

Fixed the login flow to work with latest layout changes.

Rich Warren and others added 2 commits April 23, 2019 13:44
@rxwx
Copy link
Author

rxwx commented Oct 6, 2022

Some further changes:

  • Ported to Python 3
  • Added requirements.txt
  • Refactored the code to a re-usable class and modularised the arg parsing
  • Options are now given on the command line so that it can be run without a user present
  • Fixed a bug in paging calculation that caused a 403
  • Removed Location field as it's not exposed by the API
  • Added LinkedIn ID field
  • Added a cookies module which can be used to bypass Captcha by first logging in with Chrome and then dumping cookies (Windows only)
  • Added option to supply a verification code if one is required on login (when --interative is used)
  • Make email validation optional
  • Optionally provide custom user-agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant