Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/l-portet/doctoscrap
- Owner: l-portet
- Created: 2019-09-17T18:31:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T11:35:11.000Z (over 3 years ago)
- Last Synced: 2024-07-30T19:48:51.028Z (5 months ago)
- Topics: doctolib, extract, node, parsing, puppeteer, scraper
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.