Skip to content

Instantly share code, notes, and snippets.

@jothirams
jothirams / test.py
Last active December 20, 2015 13:29
# Connect to Internet from thecloud.eu
# Save this script as 'FTSInternet' in Pythonista and add the
# bookmarklet below to Safari/iCab. The result is copied to the clipboard.
# Bookmarklet:
# javascript:window.location.href='pythonista://FTSInternet?action=run&argv='+encodeURIComponent(window.location.href);
import httplib
numArgs = len(sys.argv)