I figured you'd notice that, been following your blog since i saw you started, figured you'd be happy to see a text altering you that it was submitted. :) Carry on, you're doing awesome.
Painting is called Reply of the Zaporozhian Cossacks to Sultan Mehmed IV of the Ottoman Empire, by the way [0]...
Original reply was:
Thou art a turkish imp, the damned devil's brother and friend, and a secretary to Lucifer himself. What the devil kind of knight art thou that cannot slay a hedgehog with your naked ass? The devil shits, and your army eats. Thou son of a bitch wilt not ever make subjects of Christian sons; we have no fear of your army, by land and by sea we will battle with thee, fuck thy mother. )))
This is a really cool concept - all the social monitoring tools I've seen focus on social networks (fb, twitter, that sort of stuff), which is great for some companies with an existing fanbase - not so much for startups.
For example, I do a little video blog where I film a 1 minute video about my startup progress most days[1]
I make the video on socialcam, which sends it to youtube. ifttt then picks up the youtube video once it's uploaded and turns it into a wordpress post, then picks up the wordpress post and tweets about it. It turns a 5-step process (full of annoying upload delays) into a 1-step process with no delays.
I haven't found any consumption use cases for it, but I love it for tying together all the places I create stuff at.
Just wanted to say that this is a terrific project (and experiment). Inspirational for those of us who need a kick in the ass to shut up and get to work on that MVP. Maybe the next product is a $10k bootstrap challenge everyone can take? :)
Enough people have asked about it that I'll add it asap -- I only check my email about once a day so it didn't even occur to me as a relevant use case!
also FYI. Most people in the US do not have free SMS/text messaging plans like other countries. Text messaging is unfortunately expensive here. That is another reason to add email which is readily available these days with smartphones. I know it is weird but most carriers in US charge you extra on top of minutes and data plan.
If you reply to the text message, it will cancel all alerts going to that number.
So if you are signed up to get alerts on 3 domains and only want to cancel one, you'll have to send one unsubscribe (which will cancel all 3) and then re-add the ones you still want to be active.
Not ideal in that edge case, I know, but I wanted to make sure unsubscribing was easy in case someone got cheeky and starting signing other people up.
I checked it out. If you input is not good (for example, I entered letters in the phone number field), it breaks the app and exposes the entire Django stacktrace since it seems ilke DEBUG is set to True. I guess this is a small side project of course but thought to point it out.
Right you are. Glad I had the thing hooked up to notify me about this potential trainwreck! Big thanks for the heads up.
It's fixed & off debug mode now. It will fail silently, which still isn't exactly ideal, but at least it doesn't reveal its innards any more. Thanks again.
It's just twilio for texts plus django and a cronjob. Text messages are the use case I wanted most for myself, so I just did that first. I'll add email/twitter/etc if the simple version gets a good enough response to warrant it