3 of 3 people found the following review helpful
5.0 out of 5 stars
Great bot book, Sep 2 2008
By H. Ramos "herbman" - Published on Amazon.com
This review is from: HTTP Programming Recipes for C# Bots (Paperback)
I've had this book for a few months and it is the best published bot book.
It tells you need to know about the http protocol to extract data from a site which use javascript and ajax! The parsing libraries are very help, though some tweaking is always necessary given the magnitude of sites.
If you need to write a bot, but don't know how, this book it for you.
1 of 1 people found the following review helpful
5.0 out of 5 stars
Excellent work, Mar 9 2012
By Jeremy Morgan "A good book on your shelf is a... - Published on Amazon.com
This review is from: HTTP Programming Recipes for C# Bots (Paperback)
I was looking for something not necessarily to make bots but analyze webpages and do automated searches. I found the information I needed here, plus learned a lot of tips if I ever wanted to make a serious bot.
It mixes theory and practical application very well. I would think if you were writing a serious in depth bot this would be the bible for doing so. It has many examples of the concepts it discusses. It talked a bit over my head in some areas but it's a great book. The author clearly knows the subject very well.
I did have a hard time with some of the code getting it to work, but I don't blame the book. The examples were set up in such a way that I could figure it out and make it run.
I think this author mainly sells books by word of mouth, which is how I found it, which probably explains why there aren't many reviews for it. Don't let that sway you, this is a great book.
1 of 3 people found the following review helpful
5.0 out of 5 stars
great book, not too advance, Jan 28 2008
By Elad Chohen - Published on Amazon.com
This review is from: HTTP Programming Recipes for C# Bots (Paperback)
the author website do not have his last spider in dotnet, only java
and the source code of his spider is only available in java.
but even tough, the recipes are helpful and save time.
to get the most of this book you needs to be a self-learner.