Skip to content

Instantly share code, notes, and snippets.

@gpjt
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gpjt/a864e709e0b6e32de86d to your computer and use it in GitHub Desktop.
Save gpjt/a864e709e0b6e32de86d to your computer and use it in GitHub Desktop.
import subprocess
subprocess.check_call("git clone https://github.com/drandreaskrueger/threadify", shell=True)
import sys
sys.path.append(".")
import threadify.threadify_examples
threadify.threadify_examples.testGetPagesAndAnalyze()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment