├── Dockerfile ├── LICENSE ├── README.md ├── deploy.yaml ├── main.py └── templates └── name.html /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubesimplify/tweet-winner/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubesimplify/tweet-winner/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubesimplify/tweet-winner/HEAD/README.md -------------------------------------------------------------------------------- /deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubesimplify/tweet-winner/HEAD/deploy.yaml -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubesimplify/tweet-winner/HEAD/main.py -------------------------------------------------------------------------------- /templates/name.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubesimplify/tweet-winner/HEAD/templates/name.html --------------------------------------------------------------------------------