Feed2zinnia is package allowing you to import from RSS or Atom feeds.
Install the package on your system:
$ pip install feed2zinnia
Register the
'zinnia_feed'
in yourINSTALLED_APPS
.
Simply run this command to start the importation on your blog.
$ python manage.py feed2zinnia http://url.of/the/feed
For the options execute this.
$ python manage.py help feed2zinnia