MadCoderZ / NewsBotIRC

NewsBotIRC - Java IRC Bot with RSS feed reader
MIT License
3 stars 2 forks source link

Decouple RSS reader implementation from its client #8

Closed gpoppino closed 7 years ago

gpoppino commented 7 years ago

Create an abstraction in order to be able to implement the RSS/Atom client part of the bot with an interface that can talk to any RSS/Atom library. If tomorrow we decide to use another RSS/Atom library (currently using rometools), switching should be painless.