Skip to content

Basic twitter operations in a console application

Notifications You must be signed in to change notification settings

leiferksn/tweet-ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic twitter operations in a console application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages