Compare Your Twitter Friends and Followers!
Scripting August 2nd, 2008
I saw a post on Twitter asking if there are any applications to check to see if there are any Twitterers who were following you, but that you were not following. So I though that this would be a good PowerShell task.
The code is available here.










August 3rd, 2008 at 8:54 am
How do you integrate posh code like that?
August 3rd, 2008 at 3:07 pm
Glenn,
When you add a script to the PowerShell Code Repository, there is some text at the top of the page for embedding the script in a post or a web page.
< script src="http://PoshCode.org/embed/500" >< /script >
Just remove the spaces before the spaces before the “< " and ">” parts of the script tags.