I'm curious if there is a way to let someone run your python code, but
Ex. get_curl.py
I've tried post my sample code on github gist and use curl and pipe into it. But then my URL is there, so they could have see the file, if they visited that URL.
curl "https://gist.githubusercontent.com/bheng/b23d775ee7b106cd7cc0ae5ac71b81a9/raw/c6ecd3ed7bc04699d73e1b9ed521f481ac6a41c4/get_curl.py" -s -N > cool; python cool
Is this something that is not possible ?
Or is this something that can be achievable via library / plug-in / framework?
This is not possible. See this paper: