开发者

Aggregate feeds and grab image using Django

Im currently have some website running Drupal, using Feeds Image Grabber module (http:/开发者_如何学C/drupal.org/project/feeds_imagegrabber)

Because I has started learning Django, I'm trying to look what tools available in Django which can give same functionality as my Drupal site:

-Feed aggregator

-Grab one image (largest image) from the source URL


These links only address the first part of your question, not so much the image grabbing part:

  • https://github.com/miracle2k/feedplatform implements the core functionality of a feed aggregator
  • http://birdhouse.org/blog/2009/10/20/generating-rss-mashups-from-django/ looks like a less general approach, re-using an application that powers the Django project website
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜