Push an app with a main web process that runs forever (in this case it does nothing) and there is no healthcheck
Download main.py, http-call.py, and requirement.txt into a directory. Then from that directory, run:
cf push py-simple -b https://github.com/cloudfoundry/python-buildpack.git -c "python main.py" -u none