[Need a coder/Programmer] To Create bot/script for Automated posting on my Site/Blog I need someone to create bot/script to make automated posting on my site.. it should extract/scrape news article from anysite/internet and post it on blogger/wordpress site.. so if you are capable of doing this job get your quote send to me including timeframe with your skype..Pm has to be in the following format.Recent worked on:Cost/price:Timeframe:Skype:make sure to quote the lowest price possible there isn't just a single work i have .. i could hire u for long term so be sure the best price u could do..Thank you for reading.
If you're using wordpress then I think there are few plugins for it who can get data from rss,etc. & post it on your site.
You can't make it scrap from any site on the net you have to have predefined sites you are grabbing information from. Each site structure is different which is why you have to do this.
I suppose you could do kind of a rich snippets thing with it, but you're going to get a lot of junk if you're just pulling random stuff. Can I ask what you think you're going to accomplish by scraping content? You're going to get hit pretty hard by search engines for those kinds of practices. There's zero authority associated with it. Even if you rewrite it, your gains are negligible.
I just finished an adult website that posts content from other adult websites 100% automated all coded in Perl, pm if you want the URL
I agree. Different sites use different codings. And some sites won't even support RSS. If you need to grab content, the best method is to use common protocol like RSS or Atom. But it won't guarantee 100% success because some rss feeds are not valid.
Also no way of knowing which rss you're coding for. There's rss 1 and rss2. Then some sites use channels, some don't. All of that affects what you need to do in order to assimilate the content. Atom is even more complex, because it supports custom fields, where rss does not.