Robot for LinkedIn. The script allows you to increase the user's activity in the social network. We're just looking at each user's account. Users look at our profile in response. This improves social activity.
sudo npm i
For the program to work, you need to create the config.json
file in the main directory.
{
"url": "https://www.linkedin.com/",
"username": "email",
"password": "123456"
}
node index
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.