Metadata-Version: 2.1
Name: indeed-mongodb-scrapper
Version: 0.1.0
Summary: Indeed Scrapper storing the data on MongoDB database
Home-page: https://github.com/YacineAll/indeed_mongodb_scrapper
Author: Yacine ALLOUACHE
Author-email: oyetoketoby80@gmail.com
License: MIT
Download-URL: https://github.com/YacineAll/indeed_mongodb_scrapper/archive/refs/tags/0.1.0.tar.gz
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pymongo (==3.11.3)
Requires-Dist: tqdm (==4.59.0)
Requires-Dist: requests (==2.25.1)
Requires-Dist: beautifulsoup4 (==4.9.3)

# 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
```

