View Single Post
(#3 (permalink))
Old
miz2d miz2d is offline
Junior Member
miz2d is on a distinguished road
 
Posts: 4
Join Date: Aug 2011
Default 08-15-2011, 11:46 PM

my php file is this:

<?php
require_once('EasyBotter.php');
$eb = new EasyBotter();
$response = $eb->autoFollow();
$response = $eb->postRotation('data.txt');
$response = $eb->reply(2,'reply_pattern.php');
$response = $eb->replyTimeline(2,'tl_pattern.php');
?>

it is intended to tweet (the contents in data.txt) on twitter; does this apply to the case that you mentioned? if i need to post more about the files please say so. thank you
Reply With Quote