Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rgaidot/linkedin-poke

Linkedin Poke is a simple bot for visiting LinkedIn profiles
https://github.com/rgaidot/linkedin-poke

Last synced: about 1 month ago
JSON representation

Linkedin Poke is a simple bot for visiting LinkedIn profiles

Awesome Lists containing this project

README

        

# Linkedin Poke

Linkedin Poke is a simple bot for visiting LinkedIn profiles.
It use [PhantomJS](http://phantomjs.org) to visit the profiles with the top of 'Poke' rules.
'Poke' defined the criteria (linkedin search) for found the profiles to visit.

## Prerequisites

You need to have:

- [Io.js](https://iojs.org) or [Node.js](https://nodejs.org)
- [npm](https://www.npmjs.com)

## Installation

Install the dependencies in the local node_modules.

```bash
$ npm install
```

## Usage

### Running webapp

```bash
$ gulp
```

### Running worker

```bash
$ node worker.js
```