fakenews: add info about current curl get

This commit is contained in:
gutmet 2020-04-21 22:33:46 +02:00
parent 6cc2abf951
commit c92e00f3cb

View File

@ -14,6 +14,7 @@ numberOfTweets=5
echo '<html><head><title>News</title></head><body>' > $outfile echo '<html><head><title>News</title></head><body>' > $outfile
while read account; do while read account; do
echo "Fetching $account..."
echo "<h3>$account</h3><dl>" >> $outfile echo "<h3>$account</h3><dl>" >> $outfile
curl -H 'User-Agent:' -s "https://twitter.com/$account" | curl -H 'User-Agent:' -s "https://twitter.com/$account" |
tscrape | tscrape |