IntroductionLast week, I've been programming a Script in Python called "Pinger". What Pinger does, is it imports a plain-text (.txt) file given, where on each line, there's a (different) URL Link. Pinger imports that file and it checks one line after the other, and Pings it into Terminal. Just like you'd type into the Terminal:
ping www.google.com
But the problem is, that if you have a list of URLs that you'd like to Ping, with the default Terminal Command, you won't be able to - you can only ping a single URL at a time. Which is why I developed Pinger!
RequirementsIn order for this Python Script to work, you must have Python 2.7 (not 3.x)
UsageTo use this Tool, open up the Terminal, cd (Change Directory) to the path of the Script and execute the following Command:
python Pinger.py
And that's pretty much all you need to do to get this Tool to work!
To change the URLs that you'd like to Ping, open up "URL_list.txt" - which is located in the same directory as the Python Script - with a simple text editor like Notepad/Leafpad/Text Edit etc. and make any modifications to the URLs that you like. Of course, you can also add/remove any URLs that you wish!
ConclusionThis Python Script took me about a week to develop and I'm excited to finally release it. If you have any issues/questions, you can contact me by posting a Forum Reply down below.
I've also added some lines to my Code, just to make this Tool more "entertaining"!
I've uploaded the file and set it as an Attachment for you all to try it out and let me know what you think! Positive/Negative feedback is much appreciated!
~ Coto