diff --git a/create.php b/create.php index 7a88784..ccffaa5 100755 --- a/create.php +++ b/create.php @@ -21,7 +21,7 @@ if(empty($id)) { Attempting to update $id"; + echo "
";
-echo `../../fetch-tweets.sh $id & disown`;
+$logfile = "fetch-" . time() . ".log";
+exec(sprintf("../../fetch-tweets.sh %s > %s 2>&1 &", $id, $logfile));
+?>
+Fetching tweets can take time! And it's limited by Twitter to 3200 maximum at any one time. Please view the >logfile to see it's progress.