Open terminal on your linux Machine
cd /home/
git clone https://github.com/shubhamchugh/UrlHitter.gitthen
cd /home/UrlHitterAfter that you can start hit
sh hit.sh http//example.com 5 &Here
http://example.com will be your scraping URL
'5' will be replace with the number of time you want to hit this Url
how to view(only) Log file:
cd /home/UrlHitter
sudo less log.txtpress Q to exit from log screen
Want to edit log file
cd /home/UrlHitter
sudo nano log.txtpress ctrl+X to exit from screen if you make any changes then press "Y" then Hit enter.