19Sep/090
Using web scraping to extract information from websites
In today’s internet, when you want to extract information from a website you can usually get it by using some well defined API or by consuming an RSS feed. But when no such thing is available, you need to make use of another tool. Such tool could be Web scraping…
15Sep/090
Keeping track of trac projects
In the company I work in we make use of Subversion to keep track of code changes in our projects. On top of the Subversion repositories we have another system, called Trac, which provides a nice web based interface to the repositories.
I wanted to have a way of somehow be notified whenever any of my [...]