Tag Archives: python

opml2rss.py – An opml to rss converter

I just uploaded another script to my github repository. It’s a python script to parse an opml file and generate a rss file with entries from all rss feeds in the rss file not older than a certain number of days. You can get the script here: http://github.com/…/opml2rss.py The script has a few configuration parameters [...]

New github repository

I just set up a github repository to hold my code. Here’s the link http://github.com/simao/mycode Currently, the repository contains only the code of my latest Python script, rssTorrents.py.

Automatically download torrent files from a RSS feed

I was looking for a way to parse a RSS feed I built using yahoo pipes and add new torrents to Transmission to download them automatically. I couldn’t find anything useful, so I just wrote a python script to do just that. If you want to use it, you’ll need to configure the first lines [...]