Hi All,
I am able to tweet using <twitter.h> library.
I am not able to find anything to receive tweets. ( tried to find on NET but no solution)
Note:
I do not want to use 3rd party server.
I can't offer any help, but I am guessing he means something that can import recent tweets from a feed and display/interpret them. Maybe there is an way to pull tweets using XML feeds or something and store it as a variable. Worst case, you could find a way to get your tweets into a mySQL database somewhere, and then use the arduino to pull the latest entry from the database?