I want to be able to import my tweets from twitter into Drupal as Nodes. I want to be able to link @names and #tags back to the correct pages. I also dont myTweeterName to appear at the start of the tweet.
How would you go about doing this. The twitter module does not create nodes but store data in it's own table. The feed module can read in the tweets from the RSS feed as nodes but will display my name and not link @names and #tags.
The following post by Gábor shows how he has done it but I am not sure of how he has written a custom module to do this.
Any pointers would be appreciated.