Chaturbate Notify
-
Hey guys
I made a script that refreshes my favorite chaturbate model's channel every minute, so I know when he's online. An audio file will start to play and a few seconds later I'm ready to watch the show - that's of cause if I'm available at the time.
Right now my script runs on Apache and an audio file of a ringing phone starts to play when he becomes online, usually I'm one of the first in the room. It's much faster than the e-mails they send out and I thought if you guys were interested in something like that?
Maybe it would be easy to make it into an app that sends a notification at the time.
What do you guys think? Is it worth the effort?
-
that seems cool! I study comp. sci. would you be willing to walk me through the process of creating the script that refreshes the model's channel and also how'd you go about designing the app?
I would really appreciate it!
-
So far I'm just using a combination of JavaScript (ajax) and PHP.
PHP: I use the file file_get_contents to receive information from chaturbate.com/user and then I make a preg_match to see if the text 'currently offline' is found.
JS/AJAX : If the text 'currently offline' is not here I'll get a notification sound on my computer.
It's is pretty easy and I made the script in a couple of hours. I could send it to you if you'd like.
I've been studying Android Studio and it seems easy-going, but I would still need some help making the convert.
-
So far I'm just using a combination of JavaScript (ajax) and PHP.
PHP: I use the file file_get_contents to receive information from chaturbate.com/user and then I make a preg_match to see if the text 'currently offline' is found.
JS/AJAX : If the text 'currently offline' is not here I'll get a notification sound on my computer.
It's is pretty easy and I made the script in a couple of hours. I could send it to you if you'd like.
I've been studying Android Studio and it seems easy-going, but I would still need some help making the convert.
Cool..
:love:
-
Doesn't Chaturbate have a feature to alert you via email?