Skip to content

Instantly share code, notes, and snippets.

View neoPix's full-sized avatar
👨‍💻
Coding.

David B. neoPix

👨‍💻
Coding.
View GitHub Profile
@neoPix
neoPix / babelio.js
Last active November 16, 2023 15:50
Babelio Node Scraper
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";
/**
@neoPix
neoPix / README.md
Last active May 20, 2021 07:28
covidcheck

CovidCheck

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

Required

  • Node 12
@ddre54
ddre54 / nginx.conf
Created April 17, 2014 16:39
NGINX configuration to detect and redirect unsupported browsers
# # IE 10 +
# # Firefox 27 +
# # Safari 7 +
# # iOS Safari 5 +
# # IE mobile 10 +
# # Android 4.2 +
# # Blackberry 10 +
# # Chrome 31+
#