| By Joe Pruitt | Article Rating: |
|
| June 9, 2009 07:05 AM EDT | Reads: |
15,402 |
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 15,402
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.
- Cloud People: A Who's Who of Cloud Computing
- New Relic Q1 2013 Blazes Past Growth Targets and Reaches 40,000 Active Customer Accounts
- Learn How To Use Google Apps Script
- Cloud Expo New York: Rethink IT and Reinvent Business with IBM SmartCloud
- Cloud Expo New York: API Security, Does My Business Need an OAuth Server?
- Session Topics: 12th Cloud Expo / Cloud Expo New York
- Cloud Expo NY: Best Practices for Delivering Oracle Database as a Service
- Measuring the Business Value of Cloud Computing
- Cloud Expo New York: Build Modern Business Applications
- Cloud Expo New York: Using APIs for Better Business Partnerships
- Five Big Data Features in SQL Server
- Cloud Expo New York: Evolving Cloud Computing Models
- Cloud People: A Who's Who of Cloud Computing
- New Relic Q1 2013 Blazes Past Growth Targets and Reaches 40,000 Active Customer Accounts
- Cloud Expo New York: Delivering Digital Marketing on the Cloud
- Learn How To Use Google Apps Script
- Cloud Expo New York: Rethink IT and Reinvent Business with IBM SmartCloud
- Cloud Expo New York: API Security, Does My Business Need an OAuth Server?
- Cloudant to Exhibit at Cloud Expo & Big Data Expo New York
- Cloud Expo New York: Basics of SSD Technology and Its Use in Cloud
- Session Topics: 12th Cloud Expo / Cloud Expo New York
- The Accessibility of the Cloud
- Cloud Expo NY: Best Practices for Delivering Oracle Database as a Service
- Cloud Expo New York: Real-Time Analytics Using an In-Memory Data Grid
- A Cup of AJAX? Nay, Just Regular Java Please
- Java Developer's Journal Exclusive: 2006 "JDJ Editors' Choice" Awards
- JavaServer Faces (JSF) vs Struts
- The i-Technology Right Stuff
- Rich Internet Applications with Adobe Flex 2 and Java
- Java vs C++ "Shootout" Revisited
- Bean-Managed Persistence Using a Proxy List
- Reporting Made Easy with JasperReports and Hibernate
- Creating a Pet Store Application with JavaServer Faces, Spring, and Hibernate
- Why Do 'Cool Kids' Choose Ruby or PHP to Build Websites Instead of Java?
- What's New in Eclipse?
- Where Are RIA Technologies Headed in 2008?























