Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/l-portet/doctoscrap

👨‍⚕️ 🤖 Doctolib data scraper
https://github.com/l-portet/doctoscrap

doctolib extract node parsing puppeteer scraper

Last synced: 23 days ago
JSON representation

👨‍⚕️ 🤖 Doctolib data scraper

Awesome Lists containing this project

README

        

# doctoscrap
Data scraper of Doctolib

## Installation
```bash
npm install
```

## Usage
Set up the `config.js` file

#### Sample config

```javascript
module.exports = {
query: {
type: 'medecin-generaliste',
location: 'rennes'
}
}
```

#### Run the scraper
```bash
npm start
```

## Todo
- Secure scraping according to network speed
- Enhance data format

## Issues
If you find an issue, feel free to contact me or open an issue on github. You can also contribute by creating a pull request.

## Disclaimer
I can't be charged for any abusive usage or problem of this software. Be sure you have the proper rights before you run it.