Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Releases: beeper/linkedin-messaging-api

v0.1.5

05 Jul 13:55
v0.1.5
75fa4c0

Choose a tag to compare

  • Add support for parsing InMail messages

v0.1.4

30 Jun 17:34
v0.1.4
64a441b

Choose a tag to compare

  • Add py.typed file to indicate that the library has type hints.

v0.1.3

26 Jun 20:56
v0.1.3
bc92b7b

Choose a tag to compare

  • Made the URN object hashable. This is useful for using URNs as keys for dictionaries
  • Added more function type annotations and enforced using annotations via flake8-annotations.

v0.1.2

26 Jun 17:06
v0.1.2
96755b2

Choose a tag to compare

  • Add a few convenience methods for URNs.
  • Add get_all_conversations async generator for iterating through all of the user's conversations.
  • Add better error handling to download functions.
  • Add examples

v0.1.1

26 Jun 06:26
v0.1.1
d0cf21d

Choose a tag to compare

This is the initial release. Features include:

  • Login helper and session manager. Works with 2FA.
  • Get a list of the user's conversations.
  • Retrieve the messages and media in a particular conversation.
  • Send messages to a particular conversation or set of recipients. Multimedia is supported.
  • An event listener structure for listening for new events.