This program can generate tweets.
Run the program with the following arguments:
<seed for rand function> <Number of tweets to generate> <Path to data file> <Optional - Number of words to read>
For example, with the following arguments the program will read 150 words from justdoit_tweets.txt file and then will print 12 tweets that generated randomly using 123 seed:
tweetsGenerator.exe 123 12 justdoit_tweets.txt 150