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... )
Comments 16
Reply
thank you!
Reply
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
Reply
Reply
Reply
Reply
Reply
Reply
Leave a comment