Metadata-Version: 2.1
Name: indeed_mongodb_scrapper
Version: 0.1.1
Summary: "Indeed Scrapper storing the data on MongoDB database"
Home-page: https://github.com/YacineAll/indeed_mongodb_scrapper
Author: Yacine ALLOUACHE
Author-email: yacine.allouache1996@gmail.com
License: MIT
Project-URL: Source, https://github.com/YacineAll/indeed_mongodb_scrapper
Description: # indeed_mongodb_scrapper
         Indeed Scrapper storing the data on MongoDB database
        # Installation
        ## Using Pip
        ```bash
          $ pip install indeed-mongodb-scrapper
        ```
        ## Manual
        ```bash
          $ git clone https://github.com/YacineAll/indeed_mongodb_scrapper.git
          $ cd indeed_mongodb_scrapper
          $ python setup.py install
        ```
        # Usage
        ```bash
        $ indeed_mongodb_scrapper
        ```
Keywords: scrapping,indeed,jobs,mongodb
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: test
