I was a happy sun child before watching that... Afterwards I was emo and hated the world for existing.
If scraping is reliable, I'd use the classic python pickle or JSON.dumpFor a few thousand I would just use a sqlite dB... 3 tables:Story with fields: Id, title, text Meta with fields: Id, story-id, subject, contentsTags with fields Id, story-id, tagUse SQL joins for sorting etc.Sqlite is easily converted to other formats if you decide to use more complex solutions.
I was a happy sun child before watching that... Afterwards I was emo and hated the world for existing.