diff --git a/fakenews b/fakenews index 78fcace..a5d17bf 100755 --- a/fakenews +++ b/fakenews @@ -14,6 +14,7 @@ numberOfTweets=5 echo 'News' > $outfile while read account; do + echo "Fetching $account..." echo "

$account

" >> $outfile curl -H 'User-Agent:' -s "https://twitter.com/$account" | tscrape |