Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beeper/linkedin-messaging-api
DEPRECATED: moved to https://github.com/beeper/linkedin
https://github.com/beeper/linkedin-messaging-api
linkedin linkedin-api
Last synced: 1 day ago
JSON representation
DEPRECATED: moved to https://github.com/beeper/linkedin
- Host: GitHub
- URL: https://github.com/beeper/linkedin-messaging-api
- Owner: beeper
- License: apache-2.0
- Archived: true
- Created: 2021-06-20T07:09:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T18:54:33.000Z (11 months ago)
- Last Synced: 2024-05-01T17:01:38.466Z (7 months ago)
- Topics: linkedin, linkedin-api
- Language: Python
- Homepage:
- Size: 289 KB
- Stars: 59
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED: moved into https://github.com/beeper/linkedin
# LinkedIn Messaging API
[![Python](https://github.com/sumnerevans/linkedin-messaging-api/actions/workflows/python.yaml/badge.svg)](https://github.com/sumnerevans/linkedin-messaging-api/actions/workflows/python.yaml)
[![Matrix Chat](https://img.shields.io/matrix/linkedin-matrix:nevarro.space?server_fqdn=matrix.nevarro.space)](https://matrix.to/#/#linkedin-matrix:nevarro.space?via=nevarro.space&via=sumnerevans.com)An unofficial API for interacting with LinkedIn Messaging.
Built using [aiohttp](https://docs.aiohttp.org/en/stable/).
## Documentation
See [`examples` directory](./examples).
## Credits
Inspired by [linkedin-api](https://github.com/tomquirk/linkedin-api).
Authentication technique from [@everping](https://github.com/everping) in the
[Linkedin-Authentication-Challenge](https://github.com/everping/Linkedin-Authentication-Challenge)
repo. Used with permission.