I want to make a little program which will use every single something-meaning word from any website
It's meant to be in python and I've heard about BeautifulSoup but I don't quite know how to use it for this purpose... little tutorial? :p
Or is it just that easy as a regex? like:
re.compile('<.*>(.*)<.*>')
so everything between the brackets?
Newlines and stuff is already done ;)
thanx in advance guys and sorry for the minor english...
