Demo to explain how to use AWS Chalice to connect to twitter API and change profile picture at scheduled times.
Click to subscribe for similar tutorials.
virtualenv /tmp/chalice-twitter-demo
. /tmp/chalice-twitter-demo/bin/activate
pip install -r requirements.txt
- Create twitter application with read/write permissions
- Add your twitter app keys and secrets to https://github.com/me2resh/chalice-twitter-demo/blob/main/chalicelib/init.py
chalice deploy
chalice delete