summaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Expand)AuthorFilesLines
2014-05-03TweetShell: Safely close files to prevent file corruptionPeter Wu1-0/+2
2014-05-03Rename config option, default to converting uncompressed filesPeter Wu1-2/+2
2014-05-02Accept multiple commands (for automation)Peter Wu2-8/+15
2014-05-02Properly close files and stream on exitPeter Wu1-3/+18
2014-05-02Accept "force-gzip" option to force compressionPeter Wu1-2/+4
2014-05-02DataWriter should not open files in constructorPeter Wu1-0/+1
2014-05-02Reject commits without keywordsPeter Wu1-1/+12
2014-05-02Support compressed filesPeter Wu1-2/+11
2014-05-02Adjust target command help message, print available targetsPeter Wu1-7/+10
2014-05-02Track number of unique users for status reportingPeter Wu2-1/+27
2014-05-02Don't ignore IOException stupid!Peter Wu1-5/+10
2014-05-02Basic stats for tweetsPeter Wu2-0/+39
2014-05-02Fix enabled targets print, allow multiple args, improve helpPeter Wu1-4/+10
2014-05-02Persist a single set of targets for all streamsPeter Wu1-31/+32
2014-05-02Allow multiple targets to be enabled/disabledPeter Wu1-28/+122
2014-05-02Show hint if no keywords are addedPeter Wu1-1/+5
2014-05-02Add "?" alias for "help"Peter Wu1-1/+5
2014-05-01Add command to print active keywordsPeter Wu1-0/+22
2014-05-01Prettify prompt, fix target paramPeter Wu1-2/+7
2014-05-01StreamHandler now outputs the tweet detailsPeter Wu1-2/+17
2014-05-01Get rid of unused and broken poll functionPeter Wu1-4/+0
2014-05-01Do not destroy the old file...Peter Wu1-6/+6
2014-05-01Moved setting the default values.Maurice Laveaux1-4/+2
2014-05-01Added the target command with options: file, shell.Maurice Laveaux1-7/+39
2014-05-01Allow result and exception handler to be changedPeter Wu1-1/+6
2014-05-01[WIP] Initial hacky TweetShellPeter Wu2-0/+226
2014-04-30Drop shit from mainPeter Wu1-25/+0
2014-04-30Stream interfacePeter Wu1-45/+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-28First commit for all classes that require implementation for streaming.Maurice Laveaux1-4/+39
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 Laveaux6-12/+314
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