Metadata-Version: 2.0
Name: jobscraper
Version: 0.2
Summary: Grab all the matching jobs from job portals
Home-page: https://github.com/sijanonly/jobscraper
Author: Sijan Bhandari
Author-email: sijanonly@gmail.com
License: MIT
Download-URL: https://github.com/sijanonly/jobscraper/tarball/0.2
Keywords: jobs,freelance
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Dist: requests (==2.9.1)
Requires-Dist: xmltodict (==0.9.2)

jobscraper 
--------

Jobscraper scrapes and returns matching jobs from major Job portals as a dictionary.

[![Travis Build](https://travis-ci.org/sijanonly/jobscraper.svg)](https://travis-ci.org/sijanonly/jobscraper)

	>>> pip install jobscraper


To use, simply do::

    >>> from jobscraper import scrape
    >>> jobs = scrape('python')




