Skip to content

Instantly share code, notes, and snippets.

@jdiez17
Created February 3, 2013 23:05
Show Gist options
  • Save jdiez17/4704133 to your computer and use it in GitHub Desktop.
Save jdiez17/4704133 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import sys, requests
if __name__ == '__main__':
text = sys.stdin.readlines()
url = requests.post("http://paste.pm/post", {'content': text}).text
print "http://paste.pm" + url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment