get 3000 tweets, mentions and replies of a specific user
all user's mentions will be published to the
user_mentionschannel using redis pubsub.
all user's replies will be published to the
user_replieschannel using redis pubsub.
all user's tweets will be published to the
user_tweetschannel using redis pubsub.
Make sure that you've setup your twitter keys and redis address, username and password inside the
main.py
sudo chmod +x redeploy.sh && ./redeploy.sh