Java Application without logging multiple times, read/post/send messages to the followers.
Operations- Read Tweets, Post the Tweets, Send Message to Followers
Step1. Go to apps.twitter.com
Step2. Create the new app and provide necessary details and generate the keys mentioned in the source code along with access token.
Step3. Create the java project, create the packages mentioned in the src code and enter the keys and token generated from the apps.twitter.com
Step4. Or you can also enter the credentials into seperate file mentioned in the properties stores in src/com/tweets.
Step5. Run each code separately.
Step6. Make sure to include the jar file metioned in /lib folder.