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