michaelslamet Posted March 16, 2014 Share Posted March 16, 2014 I'm thinking to create a web scrapper / crawler for personal used that accept RegExp. I am thinking something like this: c:>my-scrapper.exe /site:www.blabla.com /depth:5 /RegExp:SomeRegExpPatternHere /saveas:abc.txt Is that possible? Or maybe there is already available something like it that I can use? Link to comment Share on other sites More sharing options...
Bert Posted March 16, 2014 Share Posted March 16, 2014 You "can" do this but understand if anything on the webpage changes, you have to fix your code. Look at the IE.au3 section of the help file. Lots of examples there to get you started. The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now