Simple Web App that utilizes Twitter and Twillio Api.
App allows to make phone calls and send text message through tweet, by tweeting with hashtag #call or #text with the target phone numbers.
Requires twitter4j.properties file in src/main/resources/twitter4j.properties containing
debug=true
oauth.consumerKey=*********************
oauth.consumerSecret=******************************************
oauth.accessToken=**************************************************
oauth.accessTokenSecret=******************************************
##Used Libraries