Skip to content

Instantly share code, notes, and snippets.

View vitorio's full-sized avatar

Vitorio Miliano vitorio

View GitHub Profile
@vitorio
vitorio / scrape-storify-stories.py
Last active December 28, 2017 22:47 — forked from igorbrigadir/scrape-storify-stories.py
Download all Storify stories for a given user
#!/usr/bin/python
try:
import simplejson as json
except:
import json
import requests
import math
import sys
import argparse as ap
@vitorio
vitorio / microsoft-store.lua
Last active August 29, 2015 14:12 — forked from mbmccormick/microsoft-store.lua
One-time check for Microsoft Store stock
local sku = '309986300'
local zipcode = '10001'
local response = http.request {
url = 'https://rtgliveservices.cloudapp.net/Location/LocationService.svc/NearestSites?zipcode=' .. zipcode .. '&maxRadius=100'
}
local data = json.parse(response.content)
local sites = {}
Zhook: Zip + HTML + Book.
DRAFT SPECIFICATION
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in RFC 2119.
Software that displays a Zhook file is here called a Reading System (RS).