Feedburner Stats Checker (VB.NET version)

I just wrote this program using Visual Basic .NET to track the Feedburner’s feedcount and stats from Feedburner Awareness API. To use this program, first download Feedburnerstats.zip and extract it. And run feedburner.exe. In order to run this program, your system must have .NET framework 2.0

Feedburner Stats checker

How do I get subscribers count ?

Enter either full feedburner URI or feedburner ID in Feedburner URI text box and click Get it!

How do I get items stats ?

To get item stats, check Get Feedcount + Item stats on and click Get it!

I can’t see Items stats. Why ?

Login to your feedburner account. Click your feed. Click Awareness API under Publicize tab and then activate it.

Sourcecode available for VB.NET

I wrote this program using Visual Basic.NET in Microsoft Visual Studio 2005. This program is very simple. It makes a webrequest to get the xml response from Feedburner Aware API and process the result. I use thread to prevent from freezing when the program gets heavy response from Feedburner. Download source