Hey Ivanov, Scrapy is actually a really well documented project. What part of the docs do you struggle with? The Scrapy Tutorial <http://doc.scrapy.org/en/latest/intro/tutorial.html> and Scrapy at a Glance <http://doc.scrapy.org/en/latest/intro/overview.html> pages have plenty of example code and explanations for beginners. Most of the more advanced topics have many examples as well. There is a list of external resources in the GitHub wiki <https://github.com/scrapy/scrapy/wiki>, and you'll also find a few external tutorials and videos by googling "Scrapy Tutorial".
Cheers, -Jakob On Monday, August 10, 2015 at 5:12:42 PM UTC+2, ivanov wrote: > > Hi ... > > I think Scrapy is a very interesting tool. But it lacks proper > documentations and tutorials. > > It is very hard to find blogs that write about Scrapy. 7 years after it's > released, not a single book has been published. And the worst is the > official docs in scrapy.org is very frustating and hard to understand. > There are so many theory, but so little example. > > Can anyone tell me, where can I find tutorials about Scrapy? Or maybe > Scrapy for dummies? > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
