python packages
feedparser: for parsing RSS feeds INSTALLED
lxml: for parsing HTML and XML INSTALLED
- needed libxml2-dev and libxslt-dev installed using apt-get
urllib & urllib2: replaces curl, for sending HTTP requests INSTALLED [default]
- workig with cookies or 'keep-alive'? http://stackoverflow.com/questions/1016765/how-to-use-cookielib-with-httplib-in-python


