This commit is contained in:
Kai Hendry
2013-07-14 20:37:03 +08:00
parent 535373068b
commit f20496642b
2 changed files with 35 additions and 48 deletions

View File

@@ -32,7 +32,7 @@ then
test "$2" && since='&max_id='$(tail -n1 $1.txt | cut -d'|' -f1) # use max_id to get older tweets
fi
while urlargs="screen_name=${1}&count=200&page=${page}${since}&include_rts=1&trim_user=0"; echo $urlargs; $(dirname $0)/oauth.php $urlargs |
while urlargs="screen_name=${1}&count=200&page=${page}${since}&include_rts=1&trim_user=0"; echo $urlargs; $(dirname $0)/Oauth.php $urlargs |
$(dirname $0)/json-to-text.php > $temp2; test $(wc -l < $temp2) -gt 0;
do