Project

hurricane

0.0
No commit activity in last 3 years
No release in over 3 years
Hurricane is a tiny tool to parser WordPress eXtended RSS file.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0
 Project Readme

Hurricane: a simple WordPress eXtended RSS file parser¶ ↑

Hurricane is a tiny tool to parser WordPress eXtended RSS file.

Example¶ ↑

blog = Hurricane::Parse.from(WORDPRESS_FILE) puts “Looking for #{blog.title}”

Features¶ ↑

Few (really!) features. Just what I needed until this moment:

  • Blog title

  • Blog link

  • Blog description

  • Blog creation date

  • Blog categories

  • Posts titles

  • Posts links

  • Posts creation dates

  • Posts descriptions

How it works?¶ ↑

sudo gem install hpricot hurricane