babelscript

babelscript is a script language designed to do data mining in web sites like Wikipedia for use in certain web applications. It uses a special pattern matching syntax, easy http access and automatic loop conditions. The following example prints a list of page names of all internal links on the Wikipedia main page:

load http://en.wikipedia.org as {page}
loop
    find <a href="/wiki/{internalLink}" in {page}
    print {internalLink}
repeat

Why a new script language for this? Because with regular expressions this is much more tedious. Here's an example that demonstrates this. Other features of babelscript include:
Downloads:
Further documentation:
This software is freeware and comes without any warranty. It is a work in progress, so if you have any feedback or questions, please mail to .



Imprint / Impressum