Skip to content

Instantly share code, notes, and snippets.

@ehfeng
Created August 8, 2018 08:24
Show Gist options
  • Save ehfeng/c8f9f48093ce62fb1fd0c5876969f0ac to your computer and use it in GitHub Desktop.
Save ehfeng/c8f9f48093ce62fb1fd0c5876969f0ac to your computer and use it in GitHub Desktop.
echo "{\"filename\": \"main.py\", \"code\": \"from raven import Client\n\nclient = Client('https://c3a66f7b59044173b7f0e7cf8367a6a5:[email protected]/1257305')\n\ntry:\n 1 / 0\nexcept ZeroDivisionError:\n client.captureException()\n\nprint('testing print')\n\"}" | http POST https://us-central1-hackweek-fastrack.cloudfunctions.net/python-eval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment