Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 630 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 630 Bytes

tweet-ops

Basically trying out operations available in the Twitter API in a JAVA console application.

First stage...

... is to implement a delete service that grabs a list of tweet IDs and deletes the tweets.

Environment, Build, Execution and Configuration

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