Giter Site home page Giter Site logo

props's Introduction

Props is currently out of commission due to some recent changes with Casper.js/Phantom.js. I hope to make necesarry updates in the near future, but please feel free to submit a pull-request if you feel so inclined :)

Props

A script for endorsing multiple connections on LinkedIn from the command line.

#####*Note: You must be connected with somebody to endorse them.

###To run:

  1. Download the repo to your computer.
  2. Navigate into the project directory.
  3. brew update
  4. If you have CasperJS: brew upgrade casperjs
  5. Otherwise: brew install casperjs --devel

###Update cred.js in the project directory with your LinkedIn login credentials:

For Example:

var username = '[email protected]';
var password = 'thisismypassword';


module.exports = {
  username: username,
  password: password,
};

Finally, define userURLs and skillsToEndorse in props.js, then run casperjs props.js from the project directory.

For example:

var userUrls = ['https://www.linkedin.com/in/zfisch', 'https://www.linkedin.com/in/frankbowers'];
var skillsToEndorse = ['Javascript', 'Casper.js'];

props's People

Contributors

zfisch avatar frankbowers24 avatar

Stargazers

Mark Tausch avatar Mike Harris avatar Michael Cheng avatar  avatar Mark Bennett avatar

Watchers

 avatar

props's Issues

Not running on other machines for unknown reasons

The script is currently only running on the machine on which it was developed. If anybody has any suggestions to get it working globally, I will gladly give it a shot.

Most consistent problem: Unable to load linkedin.com, unable to log in.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.