A simple node app, packaged into a docker container to display recent tweets for a specific search, for events etc.
Docker or node installed, depending on how you would like to run your own tweet-wall
You need a active twitter developer account and a active app, then you need to create a token pair and fill it into the docker container with environment variables:
npm install
npm run server
docker run -p 3000:3000 \
-e CONSUMER_KEY= \
-e CONSUMER_SECRET= \
-e ACCESS_TOKEN_KEY= \
-e ACCESS_TOKEN_SECRET= \
timoreymann/tweet-wall
Content type
Image
Digest
Size
59.5 MB
Last updated
almost 7 years ago
docker pull timoreymann/tweet-wall