Skip to content

Instantly share code, notes, and snippets.

@polleyg
Created September 26, 2018 11:01
Show Gist options
  • Save polleyg/692fd03d57163c565125867a946311c9 to your computer and use it in GitHub Desktop.
Save polleyg/692fd03d57163c565125867a946311c9 to your computer and use it in GitHub Desktop.
Docker for Twitter
FROM python:2
RUN pip install --upgrade pip
RUN pip install tweepy
RUN pip install --upgrade google-api-python-client
RUN pip install --upgrade oauth2client
RUN pip install python-dateutil
ADD twitter-to-pubsub.py /twitter-to-pubsub.py
ADD utils.py /utils.py
CMD python twitter-to-pubsub.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment