Basically trying out operations available in the Twitter API in a JAVA console application.
... is to implement a delete service that grabs a list of tweet IDs and deletes the tweets.
Development environment is Java 1.6.
Gradle is used for building.
OAuth credentils are stored in a property file, which are loaded into a configuration singleton that is used throughout the whole runtime.
Execution:
To DELETE tweets:
java -jar tweet-ops-1.0-SNAPSHOT.jar operation=d tweet_ids=/tmp/tweets.txt