Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as th开发者_开发问答ey tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI want to build a website that will harvest data from: *facebook status of my friends *other website
Unfortenatly, I don't know how to harvest data. Can someone recommend of a book\tutorial ? How to approch this field?
The phrase you're looking for is Web scraping.
Unfortunately, copying data from Facebook and other websites and re-publishing it has a number of legal and ethical issues, which are probably more significant than the technical hurdles.
If you intend to use C# (I'm guessing from your tag), the HTML Agility Pack library will be useful.
精彩评论