Skip to content

Instantly share code, notes, and snippets.

@simonjcarr
Created August 17, 2020 14:37
Show Gist options
  • Select an option

  • Save simonjcarr/e4459bd41f4a3f7528ff9a94779be9c1 to your computer and use it in GitHub Desktop.

Select an option

Save simonjcarr/e4459bd41f4a3f7528ff9a94779be9c1 to your computer and use it in GitHub Desktop.
FROM python:3
Add twitter_client.py /
Add requirements.txt /
RUN pip install -r /requirements.txt
CMD [ "python", "./twitter_client.py" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment