First of all, I'd love to take credit for the code in this PowerPack, but very little of it is mine - just a few tweaks here and there of other people's code who kindly shared it on the web.
I started putting this together a while back and then shortly after James O'Neill released some PowerShell functions for Twitter (http://blogs.technet.com/jamesone/archive/2009/02/16/how-to-drive-twitter-or-other-web-tools-with-powershell.aspx) which covered pretty much most of what I wanted to do with this initially. Since it already existed I thought I would save time by using them, which he was more than happy for me to do.
Other helpful resources I have used are:
Steve Murawski - http://www.mindofroot.com/powershell-twitterers/ Jeffrey Hicks - http://blog.sapien.com/index.php/2009/02/05/get-tweetertagged-user/ Scott Herold - http://www.vmguru.com/index.php/articles-mainmenu-62/scripting/76-powergui-twitter-list-action
This is the initial release. I'd be interested in any feedback, in particular anyone wishing to collaborate and take this further would be most welcome. Leave a comment here or contact me via my blog at http://jonathanmedd.net
Hope you find it useful
--------------------------------------------------------------------------------------------------------
v0.1
Initial Release
--------------------------------------------------------------------------------------------------------
Start first with Credentials. Store your Twitter credentials for use throughout the PowerPack.
Script nodes:
Friends:
Get-TwitterFriend - Pull down a list of your Twitter Friends, i.e. those you are following
Get-TwitterFollowers - Pull down a list of your Twitter Followers
Add-TwitterFriend - Type in a name to add to your friends list
Time Lines:
Get-TwitterTimeLine - Returns the 20 most recent statuses posted by the authenticating user and that user's friends. This is the equivalent of /home on the Web
Get-TwitterUserTimeLine - Returns the 20 most recent statuses posted from the authenticating user
Search:
Get-TwitterSearch - Enter a phrase you wish to search Twitter with and see a list of results
Get-TwitterSearchTop20 - Enter a phrase you wish to search Twitter with and get back a list of the top 20 people who post about that subject
Get-TweeterTag - Search the TweeterTags website (http://www.tweetertags.com/) with a particular tag to find people who are interested in that subject
Twitter Lists:
Powershell Twitter List - Pull down the list of Powershell Twitterers maintained by Steve Murawski
VMWare Twitter List - Pull down the list of VMWare Twitterers maintained by Alan Renouf
Misc:
Publish-Tweet - Enter some text to publish as a tweet
Get-TinyURL - Enter a web address to have the TinyURL service shorten it
Actions
Add-TweeterTagFriend - Add one or multiple people from a TweeterTag search to your friends list
Add-TwitterFriendFromList - Add one or multiple people from one of the Twitter lists to your friends list
|