A ping bot account that sends current time every secends.

#!/bin/sh
MSG=`date`
# Interval in seconds
INTERVAL=1
while [ 1 -lt 3 ]
do
curl -u TWITTERUSER:TWITTERPASS -d "status=${MSG}"
sleep ${INTERVAL}
done


Hope you get the idea.
-- 
A K M Mokaddim
http://talk.cmyweb.net
http://twitter.com/shiplu
Stop Top Posting !!
বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল
Sent from Dhaka, Bangladesh

Reply via email to