* @throws FileNotFoundException
* @throws TwitterException
*/
public static void main(String[] args) throws FileNotFoundException {
redisDB = new RedisBackend();
listener = new TwitterStreamListener(redisDB);
/** Number of old tweets to catch before starting to listen live stream */
int count = 0;