UNJobs.org Screenscraper and RSS Generator
The UN Jobs site is useful as a compendium of what postings are being opened where, but as an information system it is nigh on useless. There is no way to track what you have seen and what you haven't seen, and no way to tell precisely what is new between now and the last time you visited (the new postings page notwithstanding).
I've written a small screenscraper which pulls down all the postings and converts them to an rss file. I don't know about other feed readers, but liferea can read from a local file. There's a ton of dependencies like BeautifulSoup and PyRSS2Gen, but anyone with a little motivation should be able to get this working.
I'll probably have to rig this up to a sqlite database at some point and have it e-mail updates since Chiara could also use it (as well as a few other people I know).
Download the file here.
Don't run it more than once every couple of days please. As you can imagine, it is a bit bandwidth intensive.
Trackback URL for this post:
Tag Cloud
Popular content
All time:
- KDE 5.0 Available
- The iptables Rate-Limiting Module
- Cavalier Egyptian Attitudes to Trademarks
- Five tips to better variable naming practises
- New Windows!
- Software Requirements Specification: A Modern Look at How the Enterprise Determines What It Thinks It Needs
- pycurl CurlMulti mini-HOWTO
- UNJobs.org Screenscraper and RSS Generator
- My Resumé

Try the UN Job List if you want RSS
Hey there,
got the same issue that you have. So I developed my on page (http://unjoblist.org) to solve that. Also add meaningfull search to the page (and you can bookmark the results - or put the results into your RSS reader or... and so on and so forth.
Cheers,
Sebastian
Sweet!
I can throw away my scraper now. Thanks Sebastian.