Example #1
0
 public static void GetListOfTweets(string path)
 {
     tweets = TweetFunc.parse(path);
 }