Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rj33536/linkedin-message-sender
https://github.com/rj33536/linkedin-message-sender
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rj33536/linkedin-message-sender
- Owner: rj33536
- Created: 2020-08-16T13:40:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T09:02:01.000Z (about 4 years ago)
- Last Synced: 2024-08-02T17:36:13.412Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linkedin-request-sender
This script will let you send messages to all your connections at specific company.
To use this script, edit company, message in linkedin.jscreate a credentials.json file, put your credentials there :
```
{
"username": "[email protected]",
"password": "12345678"
}
```
then execute the following command to install dependencies and run script respectively:```
npm installnode linkedin.js
```