GithubHelp home page GithubHelp logo

johnjosephhorton / lip2sql Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 2.0 12 KB

Parser that turns downloaded LinkedIn PDF resumes into an SQLite database

License: GNU General Public License v2.0

Python 100.00%

lip2sql's Introduction

lip2sql

This command line tool parses resumes from LinkedIn. The script takes a folder with PDF files, goes through every one of them looking for Experience and Education sections, extracts all data that is found there and creates a database with following structure:

alt tag

Requirements

Python 2.7

PDFMiner

Install

Clone the repository to your home directory and change into that directory, then run

python setup.py install 

Usage

lip2sql -i inputfolder -o outputfile.sqlite

Script will search 'inputfolder' for PDF files and will create a database with 'outputfile' path.

lip2sql's People

Contributors

johnjosephhorton avatar hellpanderrr avatar

Stargazers

medmedmedic avatar  avatar Vincent C Fulco avatar Arjen P. de Vries avatar Paramanantham Harrison avatar Tim Hopper avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

vfulco mbernst

lip2sql's Issues

Error message when run as in installed command line utility

Dropbox  $ lip2sql -i yc_founders_bios_batch2/ -o test.sqlite
Traceback (most recent call last):
File "/usr/local/bin/lip2sql", line 9, in <module>
 load_entry_point('lip2sql==1.0', 'console_scripts', 'lip2sql')()
TypeError: main() takes exactly 1 argument (0 given)
Dropbox  $ 

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.