crawley
crawley copied to clipboard
Desktop Client Application
Consider the posibility of make a simple webbrowser desktop application that allows the "end-users" scrape web pages with a GUI. This app should show the webpage to the user and allow him to select the needed data. Then it should generate a DSL template based on the selected data and submit it to the crawler.
Here's a Qt based simple webbrowser code:
https://github.com/jmg/simple-web-browser
We can start using this base of code.