| By Joe Pruitt | Article Rating: |
|
| June 9, 2009 07:05 AM EDT | Reads: |
2,388 |
Last week I posted a PowerShell function library for Microsoft’s newly introduced search engine at Bing.com. The function library was appropriately named PoshBing. There was a log of interest in the script so I quickly moved it off my blog and onto a CodePlex project under PoshBing.
Working on the command line is fun and all, but since I spend a good portion of my time accessing my twitter account, I figured it would be a bit of fun to integrate it with my previously released PoshTweet PowerShell twitter library.
So, after an hour or so of coding it up and creating the @askbing twitter account, I’ve got it up and running.
Using it is as simple as posting a message mentioning the @askbing account. The Usage is as follows:
@askbing [sourcetype [options]] question_or_search_terms
If you omit the sourcetype it will default to “web”. The following sourcetypes and options are currently available:
- @askbing image iPod
- @askbing instantanswer feet in a mile
- @askbing news FFIV
- @askbing mobileweb games
- @askbing phonebook “F5 Networks”
- @askbing relatedsearch “Xbox”
- @askbing spell Is this missspelled?"
- @askbing web Apple
- @askbing translation en:es Hi, how are you?
- @askbing video The Pick of Destiny
The only source type that includes a separate option is “translation” By default it will translate from English to Spanish. If you want to override these languages, you can use the “from:to” option to override these defaults. The values for the from and to languages
- Ar = Arabic
- zh-CHS = Simplified Chinese
- zh-CHT = Traditional Chinese
- Nl = Dutch
- En = English
- Fr = French
- De = German
- It = Italian
- Ja = Japanese
- Ko = Korean
- Pl = Polish
- Pt = Portuguese
- Ru = Russian
- Es = Spanish
After you post an @reply to @askbing, you should expect a @reply to your account within a minute or so.
Since I’ve only spent an hour or so on this, there are bound to be some issues so please let me know if you find any. Here' are a few known issues:
- It queries it’s @replies every 60 seconds and only queries 100 entries so if this ever gets more popular that that, I’ll need to enhance the request logic.
- It only returns the first entry returned from the bing services. I might change this to a random entry later on.
- It has little error handling so if you get a garbled response, then that’s likely the reason.
- It uses tinyurl for Url shortening which is sometimes fairly flaky.
- Probably more…
So, when you’ve got some time, Send a @reply to @askbing and see how it works for you. I’d love to hear any and all feedback.
Read the original blog entry...
Published June 9, 2009 Reads 2,388
Copyright © 2009 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Joe Pruitt
Joe Pruitt is a Sr. Strategic Architect at F5 Networks working with Network and Software Architects to allow them to build network intelligence into their applications.
- The Top 150 Players in Cloud Computing
- Commercial vs Federal Cloud Computing
- Why IBM’s Server Chief Got Busted
- Industry Experts Discuss the State of Cloud Computing
- Cloud Expo New York Call for Papers Deadline December 15
- Cloud Computing on Gartner's Top 10 List and SYS-CON Events' 2010 Calendar
- US Federal Government is Major Cloud Computing Innovator
- Google Wave
- Ulitzer.com Named Exclusive "New Media" Sponsor of Cloud Computing Conference & Expo
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- Adaptivity & Cloud Computing: Exclusive Q&A with CEO Tony Bishop
- 4th International Cloud Expo: Photo Album
- The Top 150 Players in Cloud Computing
- SYS-CON.TV: Cloud Computing Expo Power Panel
- Commercial vs Federal Cloud Computing
- Why IBM’s Server Chief Got Busted
- 1st Annual GovIT Expo: Letter from the Technical Chair
- Deputy CIO of the CIA to Keynote 1st Annual GovIT Expo
- Industry Experts Discuss the State of Cloud Computing
- SOA World Power Panel on SYS-CON.TV
- CIA was Headed to an Enterprise Cloud All Along: Jill Tummler Singer
- 1st Annual Government IT Conference & Expo: Themes & Topics
- Cloud Expo New York Call for Papers Deadline December 15
- Stock in Focus: Dragon Capital
- The i-Technology Right Stuff
- Who Are The All-Time Heroes of i-Technology?
- Get the Message
- Where Are RIA Technologies Headed in 2008?
- i-Technology Viewpoint: Is Web 2.0 the Global SOA?
- i-Technology Viewpoint: Thinking Outside the VC Box
- ESB Myth Busters: 10 Enterprise Service Bus Myths Debunked
- i-Technology Viewpoint: When to Leave Your First IT Job
- SOA Web Services Edge Conference Coverage on SYS-CON.TV
- Five Reasons Why Web 2.0 Matters
- SYS-CON.TV's "SOA Web Services" and "Enterprise Open Source" Programs To Air in December
- SOA World Conference & Expo SYS-CON.TV Power Panel Live From Times Square









There are a variety of applications that supp...

























