Coder Social home page Coder Social logo

linkedinskillscrapper's Introduction

#Summary Get the top k and bottom k skills of public linkedin profiles based on keywords. The project uses google custom search engine to find public profiles matching keywords. The public linkedin profile are then scrapped and skills are extracted from it. In the end top k and bottom k skills across all these profiles are computed and stored in an output file.

#Pre-Requisites

  • Requires ruby version >= 1.9.3
  • Requires google-api-client gem
    • Install: gem install google-api-client
  • Requires nokogiri gem
    • Install: gem install nokogiri

#Config

  • "SEARCH_EXTRA_KEYWORDS":[comma seperated keywords]// example "pub,in,profile"
  • "SEARCH_URL":[google custom search url]
  • "API_KEY":[google app api key]
  • "SEARCH_ENGINE_ID":[google custom search engine id]
  • "PROFILES_PER_KEYWORD": [NO. of profiles per keyword] //example "100"
  • "FUZZYNESS":// "1"-> To allow profiles with partial keyword matches // "0" -> To allow profiles with exact keyword match
  • "TOP_SKILL_WINDOW": // example "10" (window size of the top skills)
  • "BOTTOM_SKILL_WINDOW":// example "10" (window size of the bottom skills)

#USAGE ruby Linkedin_Profile_Scrapper.rb [CONFIG_FILE] [INPUT FILE LOCATION] [OUTPUT FILE LOCATION]

  • See Example/input.txt to see input file format

linkedinskillscrapper's People

Contributors

asamat avatar

Stargazers

 avatar  avatar  avatar  avatar Zoltan Simon avatar Sam Callender avatar Phil Britton avatar  avatar

Watchers

Antouan Anguelov avatar  avatar

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.