summaryrefslogtreecommitdiff
path: root/src/main/Main.java
AgeCommit message (Expand)AuthorFilesLines
2014-05-26Made it possible to set the output filenameMaurice Laveaux1-1/+7
2014-05-22Rename getResp to getJsonPeter Wu1-2/+2
2014-05-22Refactored JSON to GSON's implementation.Maurice Laveaux1-23/+23
2014-05-22Changed Main so it handles Response objects.Maurice Laveaux1-15/+12
2014-05-02Accept multiple commands (for automation)Peter Wu1-1/+3
2014-05-02Add "?" alias for "help"Peter Wu1-1/+5
2014-05-01[WIP] Initial hacky TweetShellPeter Wu1-0/+9
2014-04-30Drop shit from mainPeter Wu1-25/+0
2014-04-30main: search english tweetsPeter Wu1-0/+1
2014-04-30main: simple cmd to search for tweetsPeter Wu1-0/+22
2014-04-30Add feature to test a URLPeter Wu1-1/+25
2014-04-25Main: get tweetPeter Wu1-0/+5
2014-04-25Merge branch 'master' of git.lekensteyn.nl:tue/2IOC0-DBL/TwitterDataAnalyticsMaurice Laveaux1-1/+1
2014-04-25Merged and resolved conflicts.Maurice Laveaux1-6/+146
2014-04-25Added the functionality to execute and parse commands.Maurice Laveaux1-12/+20
2014-04-25Main is a command line program nowPeter Wu1-9/+134
2014-04-25Remove obsolete classesPeter Wu1-2/+0
2014-04-24Example that demonstrates fetching profile informationPeter Wu1-1/+14
2014-04-23Some small bugfixes for the initial program.Maurice Laveaux1-3/+3
2014-04-23Implemented Authorization with twitter.Maurice Laveaux1-0/+14