How HTML met Email
April 6, 2006 4:47 AM
Subscribe
Email to Web? Or, help me play songs on my computer with my cellphone.
On a whim last night, I thought, "wouldn't it be nice to play songs on my computer, queued from my cellphone?" To have a favorite song waiting as I walk in from a rainy day.. et cetera.
Anyhow inspired by that, I whipped up a quick hack: a cronjob running a program that downloads a file off the internet, checks via md5 whether it has been updated, and if it has, grabs the string containing the song name and uses applescript to play via iTunes. (I'm on a Mac.) So far it works, except for the file off the internet part -- I've been using dodgeit.com for anonymous email, so I can send a text message to the email address, there's no authentication process and therefore the rss file can be accessible with a shell script.
The problem is that the anonymous email has a long (read:5min) delay in recieving emails for this to be any real fun. I'm sure it's the anonymous delay, because gmail recieves email-texts sent from my phone almost instantaneously.
-----
Long story short -- I need to be able to somehow post an email on the internet, as a text file preferably -- but somehow so I can access it without having to hop through any touchy authentication processes.
Any ideas how I can do this?
Thanks!
posted by provolot to computers & internet (8 comments total)
If so maybe Salling clicker might do the job.
posted by twistedonion at 5:30 AM on April 6, 2006