akregator blog


Converting KNewsTicker feeds to OPML

Posted in General by Frank Osterfeld on the April 25th, 2005

Kevin Deldycke wrote a python script you can use to export your KNewsTicker to OPML. Just run the script and import the created file to Akregator via File->Import Feeds. The script depends on pyxml. Thanks Kevin!

6 Responses to 'Converting KNewsTicker feeds to OPML'

Subscribe to comments with RSS or TrackBack to 'Converting KNewsTicker feeds to OPML'.

  1. news link said,

    on May 22nd, 2005 at 8:55 am

    news link


  2. on May 22nd, 2005 at 9:00 am

    Free catalog : Catalog Find all

  3. Don Alfredo said,

    on July 7th, 2005 at 3:33 pm

    Not working for me :
    running SuSE 9.3, KnewsTicker 0.2 , KDE 3.4.0 level “b”
    output of KnewstickerToAkregator:
    ———-
    Traceback (most recent call last):
    File “./KnewstickerToAkregator-2005_04_25.py”, line 40, in ?
    from xml.dom import implementation
    ImportError: cannot import name implementation
    ———–

  4. frank said,

    on July 27th, 2005 at 9:52 am

    Do you have pyxml installed?


  5. on August 31st, 2006 at 8:04 am

    I was getting this error:
    Traceback (most recent call last):
    File “./KnewstickerToAkregator-2005_04_25.py”, line 178, in ?
    knt_feeds = getFeeds(file_object)
    File “./KnewstickerToAkregator-2005_04_25.py”, line 109, in getFeeds
    category_id = parser.get(section, ’subject’)
    File “/usr/lib/python2.4/ConfigParser.py”, line 520, in get
    raise NoOptionError(option, section)
    ConfigParser.NoOptionError: No option ’subject’ in section: ‘FreshPorts - the place for ports’

    So I made a fixed version of the script:
    http://vidner.net/martin/software/KnewstickerToAkregator-2006_08_31.py
    The diff against the previous version is
    http://vidner.net/martin/software/KnewstickerToAkregator-2006_08_31.diff


  6. on October 12th, 2006 at 1:22 pm

    Hi ! As I said in a recent post ( http://kev.coolcavemen.com/2006/10/old-site-to-blog-merge-in-progress/ ), I moved my scripts from my old site to my new one.

    You can find the latests versions of my scripts there: http://kev.coolcavemen.com/linux-scripts/

    Thanks Martin for your contribution !

    For Don Alfredo: it look like you didn’t install the pyxml package.

Leave a Reply