Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rgaidot/linkedin-poke
- Owner: rgaidot
- Created: 2015-09-22T12:22:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T12:22:43.000Z (over 9 years ago)
- Last Synced: 2024-10-31T13:23:14.291Z (3 months ago)
- Language: CoffeeScript
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```