summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-30Removed the unused database.txt, added profiles.txt and tweets.txt to the .gi...Maurice Laveaux2-3/+2
2014-04-30Added comments to the Listener interfaces.Maurice Laveaux2-1/+11
2014-04-30Removed unused data classesMaurice Laveaux2-25/+0
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-30Proposed interface for new tweets and usersPeter Wu2-0/+22
2014-04-30Move classes not related to mining to io packagePeter Wu5-4/+7
2014-04-28Changed some boundary files of the application.Maurice Laveaux2-2/+1
2014-04-28First commit for all classes that require implementation for streaming.Maurice Laveaux4-8/+106
2014-04-25Main: get tweetPeter Wu1-0/+5
2014-04-25Assert that auth tokens are validPeter Wu2-0/+4
2014-04-25Merge branch 'master' of git.lekensteyn.nl:tue/2IOC0-DBL/TwitterDataAnalyticsMaurice Laveaux1-1/+1
2014-04-25Merged and resolved conflicts.Maurice Laveaux8-23/+358
2014-04-25Added the functionality to execute and parse commands.Maurice Laveaux7-12/+316
2014-04-25Main is a command line program nowPeter Wu2-9/+165
2014-04-25Extend TwitterApi with a method for OAuth-signed requestsPeter Wu2-2/+71
2014-04-25Make OAuthRequester.isValid() match the contractPeter Wu1-3/+3
2014-04-25Pair the OAuth access token and secretPeter Wu2-3/+33
2014-04-25Remove obsolete classesPeter Wu1-2/+0
2014-04-25Implement OAuth OOB methodPeter Wu1-0/+44
2014-04-25OAuthRequester: allow to set access tokensPeter Wu1-3/+25
2014-04-25Drop unused LOGGER, raise verbosity level of request errorPeter Wu1-4/+1
2014-04-24Removed unused classes.Maurice Laveaux5-502/+0
2014-04-24Actually save config.txt, ignore it for gitPeter Wu2-0/+2
2014-04-24Fix builder, fix crash on invalid URL, fix ".json" placementPeter Wu2-5/+24
2014-04-24Example that demonstrates fetching profile informationPeter Wu1-1/+14
2014-04-24TwitterAPI: helper for accessing the TwitterAPIPeter Wu1-0/+93
2014-04-24Extend configuration with preferences storePeter Wu1-8/+76
2014-04-24Implement isValid, allow version spec for resourcePeter Wu4-4/+28
2014-04-24Really do not require ".json" extension for API resourcesPeter Wu2-2/+2
2014-04-24Extend Requester interface with a way to ignore errorsPeter Wu2-2/+30
2014-04-24Refactor consumer key/secret pair into containerPeter Wu2-14/+44
2014-04-23Catch error responses and log themPeter Wu2-3/+30
2014-04-23Unbreak BearerRequester, add javadoc, fix oauth URLsPeter Wu2-2/+37
2014-04-23[WIP] API requester abstractionPeter Wu6-0/+204
2014-04-23Some small bugfixes for the initial program.Maurice Laveaux3-141/+140
2014-04-23Implemented Authorization with twitter.Maurice Laveaux9-0/+551
2014-04-23Renamed OAuthUtils to Configuration class.Maurice Laveaux6-31/+24
2014-04-23Initial commitPeter Wu96-0/+7339