Archive for December, 2009

Salesearch.com

Tuesday, December 29th, 2009

A quick (3 min) introduction to salesearch.com.

Logging in with a Twitter account

Tuesday, December 29th, 2009

Related to the work I was doing on calculatorbot, I just put together an application stub that implements login through twitter. It works great!

The process goes something like:

  1. user clicks a link on your site to login
  2. user is taken to twitter for login, if they are already logged in proceed to the next step
  3. user is asked to allow your application access, they accept or deny (only happens once)
  4. user is taken back to your site, where your site can ask twitter for information about the user (name, screen name, etc) and create a user-profile based on that.

Some helpful links I found:
First, a document on twitter’s site that describes their API and gives a technical overview of the login process.
Second, a document that provides php source code that you can test and read to learn about how to implement OAuth/Twitter login. Example in Php: using Twitter’s OAuth

Answer to linkedin question – how to scrape thompsonlocal.co.uk

Wednesday, December 23rd, 2009

Recently I saw a question on linkedin, where the person asked how to scrape some contact data off of thomsonlocal.co.uk. Several people responded that this was a straightforward thing to do and I agree. I thought it would be good to do a short demonstration of how to approach the problem.

I’ve done a short video series that follows me through the process. These were done “on the fly” as I worked through the problem. FYI – no source code will be provided for download, and please remember to review the terms of service for any site that you scrape.

RhinoGator: Your next, best destiny now

Tuesday, December 22nd, 2009

I mentioned several weeks back that I had released a project in the employment space. Well today is the day that I’m announcing the release of that project – Rhinogator – Your next, best destiny now.  Check out the site!

Calculatorbot updates

Tuesday, December 22nd, 2009

Calculatorbot has received some updates in the last couple of days. Now in addition to handling math problems, it can look up the definitions of words for you.

For example, I tweeted “@calculatorbot define capricious” and calculatorbot responded “http://xr.com/d4es capricious: (2 defns) Adjective: determined by chance or impulse or whim rather than by necessity or reason”

Calculatorbot includes a url to the word’s definition and the first definition of the word in its reply. Also note that the url returned is a shortened url.

Calculatorbot is up

Friday, December 4th, 2009

The first version of calculatorbot is up. It can answer mathematical expressions for you by tweet. For example, I tweeted “@calculatorbot min(pi(),1000.0)” and it answered back with the correct value of pi. This is just an experimental project at this point, more updates to come.

Private Release: Improving the employment process

Friday, December 4th, 2009

I’m pleased to announce that another project I’ve developed is entering an invitation-only beta. The project, which I can’t discuss the details here, is focused on improving the employment and job search process. I hope to share some screenshots in the next couple of weeks.

Sorry the details are scarce, but it will just have to be that way for a while.

calculatorbot removed from search

Thursday, December 3rd, 2009

Wow, twitter has got some really quick detection mechanisms to find bots. They have already removed my calculatorbot tweets from the search results. (It doesn’t hurt the operation of the account, it just removes the results from the public timeline and search results. Refer to twitter’s forum) That was amazingly fast!

I put together a really simple prototype of the calculatorbot and I’m working on improving the engine now. My first test was to respond to “@calculatorbot 100*60*60*24″ with the correct answer.

New direction

Thursday, December 3rd, 2009

I’ve been searching for a project that I felt fit my strengths for a long time. I’ve tried many things, but along the way I’ve realized that it’s more about what you get out of it (personally) every day than anything else. You’ve got to enjoy it.

So with that in mind, I’ve decided to start working on the development of automated twitter “bots”, though I’m not sure I like the association of the name. Maybe “helpers” or “daemons” or “servants” or something like that would be a better name. It is a giant space, with lots of potential – the kind of problem I like.

I’m going to start simply, with the development of a “calculator” as a test run. Then as I go I will expand on the capability of the bot(s) to serve more interesting purposes. Maybe I could include a forum where we could discuss the ethical use of bots? Lots of things to consider, and a wealth of ideas.