Problem statement: A python script should be created to generate the rss feed of Wikipedia's Featured Articles for several languages.
English rss feed exists I need to create similar for other languages. Generation of English rss is pretty easy using the url structure of this type of urls http://en.wikipedia.org/wiki/Wikipedia:Today%27s_featured_article/August_29%2C_2011
But for the other languages I should scrape the data from Wiki page manually, so how this can be done ? Are there any already existing Wiki Page to RSS feed converters ?