CelebrityWall

1) Setup the project

install pipenv

pip install pipenv

install python packages

pipenv install --dev

2) run the script

pipenv shell
python main.py

3) More

The python Library we use to call twitter API: https://github.com/tweepy/tweepy