SHARE
TWEET
Untitled
a guest
May 12th, 2016
46
Never
- public class TwitterDownloader {
- public static void main(String[] args) throws FileNotFoundException, UnsupportedEncodingException, InterruptedException {
- TwitterManag twitterService = new TwitterManag();
- twitterService.downloadTweets("Fallout 4", 20000, "test.txt");
- System.out.println("DONE!");
- }
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

