DescriptionTwitter Analyzer
** Download the code here ** This application was built using Visual Studio 2010 Beta 2, IronPython 2.6 CTP for .NET 4.0 Beta 2 and Office 2007. There are four parts, to using this WPF Twitter application:
- Load a twitter feed
- This can be done by searching for a query keyword, or by loading a saved file.
- Analyze the feed and find trends
- This can be performed sequentially or in parallel
- Filter the results
- Several filters can be applied:
- Click on a tag cloud in the trends section above, and filter results to that term
- Enter a custom keyword to filter on
- Make the filter search the HTML in the URL referenced by the tweet, in addition to the tweet itself
- Use Python to script against the results and create a custom filter
- Export the filtered results to Excel
- You can also save the full list of results (without filtering) in File->Save File.
|