Skip to content

Releases: l4rm4nd/LinkedInDumper

v0.3.7

Choose a tag to compare

@github-actions github-actions released this 18 Apr 01:06
🤖 Autogenerated Conventional Changelog

Bug Fixes

  • freeze libs and add semgrep + sbom scanning (58913b5)

Full Changelog: v0.3.6...v0.3.7

v0.3.6

Choose a tag to compare

@github-actions github-actions released this 13 Jun 20:52
🤖 Autogenerated Conventional Changelog

Bug Fixes

  • stdout format and json filename (74023f2)

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 03 Jun 13:45
🤖 Autogenerated Conventional Changelog

Bug Fixes

  • return profile link for real users (e77e2a2)

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 03 Jun 13:40
🤖 Autogenerated Conventional Changelog

Bug Fixes

  • support parsing websites and instant_messengers (8711838)

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 30 Apr 13:16
🤖 Autogenerated Conventional Changelog

Bug Fixes

  • remove unnecessary ast again (a96586b)

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 30 Apr 13:13
🤖 Autogenerated Conventional Changelog

Bug Fixes

  • error preventing data processing (6532573)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 15 Apr 07:28
🤖 Autogenerated Conventional Changelog

Bug Fixes

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 18:25

Tip

This release introduces a new experimental feature to retrieve contact information of employees.

You can enable the feature using the CLI parameter --include-contact-infos. Just be aware that this will send an additional request per employee to LinkedIn's GraphQL API. So it is quite request intensive. Also forces JSON output. Moreover, contact infos are most often empty and not accessible by anonymous users. This heavily depends on a target user's privacy settings and your connection to the account.

If set though, you obtain valid data points such as firstname, lastname, address, phone number and birthdate.

Features

  • add experimental feature to retrieve contact infos (c680871)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 13 Apr 12:47
🤖 Autogenerated Conventional Changelog

Bug Fixes

  • add slug and timestamp to json output; readd logo (4ff95e8)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 01:26
🤖 Autogenerated Conventional Changelog

Bug Fixes

  • add missing argparse metavars and help text (9d2e19b)