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
- 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
Deploy to AWS
chalice deploy
Remove from AWS
chalice delete