Skip to content

Instantly share code, notes, and snippets.

View joemontibello's full-sized avatar

Joe Montibello joemontibello

View GitHub Profile
# -*- coding: utf-8 -*-
"""
This script requires a third party module called 'Requests'.
You can get it from PyPI, i.e. you can install it using
easy_install or pip.
http://docs.python-requests.org/en/v0.10.4/
(Version available at time of this fork is 2.3.0)
Original source code is written by shin1ogawa, which is in Java.