Skip to content

Instantly share code, notes, and snippets.

@KevOrr
Created July 30, 2014 18:03
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 KevOrr/3b90dfd3635399586c15 to your computer and use it in GitHub Desktop.
Save KevOrr/3b90dfd3635399586c15 to your computer and use it in GitHub Desktop.
Compilebot + Echobot Proof of Concept
+/u/someEchobot
+/u/CompileBot
from urllib.requests import urlopen
text = urlopen('http://tiny.cc/compileechobotpoc').read().decode()
print(text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment