Thu
14 Aug

BizzarTech presents WebGrabber!

Written by Brad on 7:52 am | Permalink |

WebGrabber is a command line tool I just made that allows me to give it a url and have it connect to the internet and grab the web page returned. This isn’t fully tested, but the uses for this are fairly open. Basically, I am using this along with scheduled tasks to open a web page and perform an action every so often. This is useful for web based scheduled tasks such as monitoring or creating a custom cron solution for a server that does not provide this functionality. If the system hosting this little app can see the web page, this thing will grab it.

Usage: WebGrabber.exe [URL] [0/1]

The URL should be a full URL that starts with http:// or https://. The 0/1 option is to tell the exe to either return just the text, or the full html that is returned  by the web page. This is my first little .net app I’ve written, but it was fun. I know there are other solutions out there with more capability, but I was shooting for a single purpose in mind and wanted to make my own. And this is it!

CLICK HERE TO DOWNLOAD WEBGRABBER!

Filed under Blog, General

Leave a Reply

You must be logged in to post a comment.