Skip to main content

A spider that crawls the job infos of famous website

Project description

jobspider
-----

jobspider can crawl several websites,we can get any data using some keyword

Jobspider is Useful
````````````

Save in a hello.py:

.. code:: python

from jobpiser import Spider
spider = Spider()

if __name__ == "__main__":
spider = Spider('python')
spider.single_run('lagou')

And Easy to Setup
`````````````````

And run it:

.. code:: bash

$ pip install jobspider
$ python hello.py


Links
`````
* `development version
<https://github.com/haipersist/jobspider>`_

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page