Converting KNewsTicker feeds to OPML
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!
search site archives
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!
on May 22nd, 2005 at 8:55 am
news link
on May 22nd, 2005 at 9:00 am
Free catalog : Catalog Find all
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
———–
on July 27th, 2005 at 9:52 am
Do you have pyxml installed?
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
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.