Trouve un rendez-vous covid près de chez vous et vous notifie via PushBullet.
Une version améliorée de ce script est disponible ici : https://github.com/neoPix/covid-check
- Node 12
| import { gotScraping } from "got-scraping"; | |
| import { CookieJar } from "tough-cookie"; | |
| import { URLSearchParams, parse as parseUrl } from "url"; | |
| import { parse as parseHtml } from "node-html-parser"; | |
| const parse = (body) => parseHtml(new TextDecoder("windows-1252").decode(body)); | |
| const BASE_URL = "https://www.babelio.com"; | |
| /** |
Trouve un rendez-vous covid près de chez vous et vous notifie via PushBullet.
Une version améliorée de ce script est disponible ici : https://github.com/neoPix/covid-check
| # # IE 10 + | |
| # # Firefox 27 + | |
| # # Safari 7 + | |
| # # iOS Safari 5 + | |
| # # IE mobile 10 + | |
| # # Android 4.2 + | |
| # # Blackberry 10 + | |
| # # Chrome 31+ | |
| # |