I'm testing a small app that I wrote where a user can get notified of hot deals and coupon codes. The way it works is the user specifies a keyword list to search for (example: mp3 player, canon a520, dell coupon, etc). The app pulls an XML file full of RSS feeds to popular deal sites, crawls the feeds, and sends an alert via email/sms if a deal that contains the keyword is found. You can leave it running in the background and forget about it if you want because it doesn't send the same deal twice.
So now I'm trying to populate the XML file with a lot of RSS feeds for hot deals. I already have the common ones (gottadeal, fatwallet, gotapex, slickdeals).
Any other suggestions?
So now I'm trying to populate the XML file with a lot of RSS feeds for hot deals. I already have the common ones (gottadeal, fatwallet, gotapex, slickdeals).
Any other suggestions?