1.0.0 • Published 4 years ago

techno-bot-linkedin-connection v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Techno-Bot-LinkedIn-Connection

Installation

> npm i --save techno-bot-linkedin-connection
const bot = require('./techno-bot');

(async () => { await bot.startBotEngine({
    headless: false,
    username: 'LinkedIn username',
    password: 'LinkedIn password',
    keywordToSearch: 'Specify designation to search',
    countryToSearch: 'Specify the country'
}) })();