Skip to content

Releases: l4rm4nd/LinkedInDumper

v0.3.6

13 Jun 20:52

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

  • stdout format and json filename (74023f2)

v0.3.5

03 Jun 13:45

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

  • return profile link for real users (e77e2a2)

v0.3.4

03 Jun 13:40

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

  • support parsing websites and instant_messengers (8711838)

v0.3.3

30 Apr 13:16

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

  • remove unnecessary ast again (a96586b)

v0.3.2

30 Apr 13:13

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

  • error preventing data processing (6532573)

v0.3.1

15 Apr 07:28

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

v0.3.0

14 Apr 18:25

Choose a tag to compare

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

13 Apr 12:47

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

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

v0.2.1

13 Apr 01:26

Choose a tag to compare

🤖 Autogenerated Conventional Changelog

Bug Fixes

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

v0.2.0

13 Apr 01:21

Choose a tag to compare

Note

Many thanks to @0xlildoudou for his initial PR regarding an output feature.

Features