Download Latest Version twitbirthdaybot.tar.gz (7.8 kB)
Email in envelope

Get an email when there's a new version of Twitter BirthdayBot

Home / OldFiles
Name Modified Size InfoDownloads / Week
Parent folder
README 2008-06-20 1.4 kB
LICENSE 2008-06-20 17.6 kB
twitbirthdaybot.pl 2008-06-20 1.9 kB
Totals: 3 Items   20.9 kB 0
Twitter Birthday Bot

####
# This script is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2 of the License, or (at your option)
# any later version.
#
# This probram is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
# more details.
#
# You should have received a copy of the GNU General Public License along with
# this script; if not, write to the Free Software Foundation, Inc., 59
# Temple Place - Suite 330, Boston, MA 02111-1307, USA.
###
# Twitter Birthday Bot ( http://twitterbirthday.sourceforge.net )
# Copyright (C) 2008 Stephanie Trimble <strimble@gmail.com>
###
# Twitter Birthday Bot is a Twitter bot that looks at your friends recent
# tweets to determine if another friend is having a birthday.  It then wishes
# the birthday person a happy birthday.
###
# Requirements:
#  Perl (Tested with v5.8.4)
#  Net::Twitter
#    JSON::Any
###

To run the bot, open the twitbirthdaybot.pl file and change the username and password to your Twitter username and password and save the file.  Then, on the command line, type:

perl twitbirthdaybot.pl

Or...

Run the script as a cronjob.

Source: README, updated 2008-06-20