ljNotify: Get notifications by email of activity on your friends list...

Oct 31, 2005 15:52

I use Ryberg a lot, but needed something that would send email notifications when people add/remove me from their friends list. So I wrote this little script that runs once daily, off my server. It basically retrieves a user's friends list from LiveJournal, compares it to the day-old snapshot stored on my server (in text files), and sends an email ( Read more... )

Leave a comment

Comments 16

contestant October 31 2005, 19:36:12 UTC
Question: Is this available for usage on your server? It's a nifty idea, but I don't have a server...

Reply


f_o_n_y October 31 2005, 19:52:44 UTC
i've already got it up and running. it's AWESOME. the thing i love is that i can have it monitor the rss feeds on lj for my other sites.

thank you!

Reply

teemus October 31 2005, 20:57:02 UTC
Thanks! :D

I spotted a tiny mistake in my code when it's run as a cron job. For the /data directory, I had to specify the entire path, e.g. /home/my_directory_on_server/ljNotify/data, as PHP runs off / (I think) for cron jobs. Make sure you have that fix. I updated the comment in the code.

teemuS.

Reply


mordea October 31 2005, 20:10:35 UTC
Groovy.

Reply


whatifoundthere October 31 2005, 20:50:21 UTC
Hi. I have a web domain but I have never run a script off it. Is there an easy way to explain how I do that? Or is a web domain not the same as a server?

Reply

teemus October 31 2005, 21:01:48 UTC
If your server supports PHP, I'm sure you can setup this script on it. See the "PHP" and "Web Server" categories @ http://hostingzoom.com/helpdesk.php?x=&mod_id=2&root=3 to know how to setup your scripts on a domain server.

Reply


glowing_dragon November 1 2005, 01:08:09 UTC
Is there a difference between this and Joule? I prefer Joule, because it sounds way easier!

Reply

teemus November 1 2005, 09:03:58 UTC
Joule is web-based, so is Rydberg. This is about notifications through email.

Reply

glowing_dragon November 2 2005, 04:53:50 UTC
Okay then...

Reply


Leave a comment

Up