GitXplorerGitXplorer
b

calltag

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
9744cc99167b500286631969b41c279e2109fe48

Update README.md

bbekzod committed 10 years ago
Unverified
d4bd53c5bbb120839592ee74ce4e97dc63962bd6

commets added

bbekzod committed 12 years ago
Unverified
c5c2c6ac14081a2cf09b4206c9a36e2d34327669

added comments

bbekzod committed 12 years ago
Unverified
0f3476298d2b776df2d6684894294ef257e977aa

test

bbekzod committed 12 years ago
Unverified
f44c97e8b958fcd68d67de20ef33fed489f6ebcd

test

bbekzod committed 12 years ago
Unverified
e57c250c01ffef93b34bf5d2a2f7d7220d92e06c

test

bbekzod committed 12 years ago

README

The README file for this repository.

CallTag

Simple Web App that utilizes Twitter and Twillio Api.

CallTag Demo

App allows to make phone calls and send text message through tweet, by tweeting with hashtag #call or #text with the target phone numbers.

Requirement

Requires twitter4j.properties file in src/main/resources/twitter4j.properties containing

debug=true
oauth.consumerKey=*********************
oauth.consumerSecret=******************************************
oauth.accessToken=**************************************************
oauth.accessTokenSecret=******************************************

More info

##Used Libraries

  1. Twitter4j
  2. Twillio-Java