It would be great if you could choose to skip the initial import and only have it add news from point of activation on.
Also, I noticed that it just keeps track of the last title added in the db. Currently I want to implement a feed that is not keep up chronologically. It is a list of most popular news items within the past 6 hours.
Code:
For example it may say:
News title 1
News title 2
News title 3
News title 4
Then six hours later:
News title 1
News title 5
News title 6
News title 3
What I would like it to do is post what is new between the last feed and the current feed whithout, of course, posting what has already been posted, if possible :ermm:
Quite a bit more complex but tossing out the request anyway