Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 644 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 644 Bytes

doctoscrap

Data scraper of Doctolib

Installation

npm install

Usage

Set up the config.js file

Sample config

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

Run the scraper

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.