WWTweetC
I am currently in the process of madly coding up a new Twitter app that will hopefully be available before WWDC. Before you groan about YATA (Yet Another Twitter App) let me tell you how mine will be different: I don’t expect it to have a life past June 13th.
WWTweetC is an app specifically designed for folks attending WWDC. It will filter your timeline and friends list down to folks also attending WWDC and allow you to find them easily, both inside of Moscone and out and about the streets of San Francisco.
The app will have three parts:
- Your timeline, showing only tweets from folks also attending WWDC.
- Your Friends list, showing all your friends, but sorted by those attending the conference and those not. If there’s someone on your list that you know is attending the conference but (for some crazy reason) is not using WWTweetC you will have the option to filter in them and their tweets.
- The update screen. The update screen will let you update your location inside of Moscone West (by selecting your location on a map of the conference center), update your location outside of Moscone West (using your current geospatial location), or post a new tweet.
The way that I plan on accomplishing most of this app’s functionality is by hijacking your Twitter account’s Location field. When you sign in using WWTweetC it will prepend your location field with ‘WWDC’. Any location updates from that point on will replace your entire location field with ‘WWDC <your current location>’.
The success of this app is based on a few things:
- It being finished in a timely manner
- It getting accepted into the App Store before WWDC
- People actually using when we get there
I plan on open sourcing the project on Google code so that anyone that wants to help out will be able to contribute to its success. I’m not sure what the average turnaround time is for app submissions, so it’s entirely possible that this app won’t be available by WWDC, but at least the code will be available for anyone to compile and install on their device. If you think that this is a worthwhile app please tweet this post, tell your friends, and keep an eye out for future project updates.
| This entry was posted by Michael on April 30, 2009 at 10:19 AM, and is filed under Cocoa. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

about 1 year ago
If you put the code on the interweb, developers can build it themselves, cutting the App Store step out of the process and let more features get added right up to the day of the show.
about 1 year ago
After you finish this can you write me an app that pays for airfare, lodging and tickets to WWDC?
about 1 year ago
Has there been any more to this?
about 1 year ago
Unfortunately there has not. My responsibilities at my day job have pulled me too far away from being able to complete this project before WWDC. My hope is to clean the code up while at WWDC and then release it as an open source project shortly thereafter.