Demo to explain how to use AWS Chalice to connect to twitter API and change profile picture at scheduled times

chalice-twitter-demo

Demo to explain how to use AWS Chalice to connect to twitter API and change profile picture at scheduled times.

Video Demo

Click to subscribe for similar tutorials.

Setup

virtualenv /tmp/chalice-twitter-demo
. /tmp/chalice-twitter-demo/bin/activate 
pip install -r requirements.txt

Configuration

Deploy to AWS

chalice deploy

Remove from AWS

chalice delete

GitHub

View Github