README
LinkedIn Automated Endorsor
requirements
you will need at least node v5.1.0
installation
- clone the repo
- run
npm install
inside of it
setup
you need to obtain some legitamate session data, we only need two things
you will need to obtain a csrf_token, you can do this by running the following in your console while you're on a linkedin page
$('[name="csrfToken"]').val().replace('ajax:','');
you will need to get the linked http_only cookie named
li_at
you can do this by inspecting anylinkedin.com
http request and looking at the cookie header.update and rename the
config/default.example.json
toconfig/default.json
run
DEBUG=* npm run start