I 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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.