> Algo : > read user from a file > get Total number of tweets of a user Ex - 2345 > get "last number" of tweet of that user from file Ek - 2340 > diff new - old ; 5 > store total number of tweets as "last number" in a file > get rss feed
Suggestion (you might have though of this already). the last two steps should be swapped, i.e., get rss feed store total number of tweets as "last number" in a file to make sure that if fetching rss feed fails, you still don't update the last number (and end up not including some tweets). SB -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
