In my days of messing around with PHP, I wrote a Twitter bot called "SongBuddy" for the purpose of looking up a song via SMS based on some lyrics.
You would send it a DM via SMS (which Twitter supported at the time) containing a few lyrics, and it would do a Google search of "<your input> lyrics", parse the search results, and in theory return the artist and title to you via SMS.
You would send it a DM via SMS (which Twitter supported at the time) containing a few lyrics, and it would do a Google search of "<your input> lyrics", parse the search results, and in theory return the artist and title to you via SMS.
It never worked very well, but I was proud of it!