Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rj33536/linkedin-message-sender


https://github.com/rj33536/linkedin-message-sender

Last synced: 7 days ago
JSON representation

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.js

create 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 install

node linkedin.js

```