Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 631 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 631 Bytes

UrlHitter

Open terminal on your linux Machine

cd /home/
git clone https://github.com/shubhamchugh/UrlHitter.git

then

cd /home/UrlHitter

After 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.txt

press Q to exit from log screen

Want to edit log file

cd /home/UrlHitter
sudo nano log.txt

press ctrl+X to exit from screen if you make any changes then press "Y" then Hit enter.