Skip to content

Instantly share code, notes, and snippets.

@bytesizedpcs
bytesizedpcs / d3stryr-3stripes.php
Created September 16, 2016 05:20
All Day I Dream About Sleeping
<html>
<head>
<meta charset="UTF-8">
<!--
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
#!/usr/bin/env python
import datetime
import inspect
import json
import lxml.html
from lxml.cssselect import CSSSelector
import re
import requests
import os
@bytesizedpcs
bytesizedpcs / d3stryr-3stripes-atc-cs.php
Created September 16, 2016 05:13
Helper script for d3stryr-3stripes.php
<?php
$marketsList=[];
$marketsList['AT']='de_AT';
$marketsList['AU']='en_AU';
$marketsList['BE']='fr_BE';
$marketsList['BR']='pt_BR';
$marketsList['CA']='en_CA';
$marketsList['CL']='es_CL';
$marketsList['CO']='es_CO';
$marketsList['CZ']='cz_CZ';