Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A problem with installing scrapy
#9
(May-21-2019, 11:09 PM)Truman Wrote: I installed scrapy too but get this error
You should follow tutorial,to make sure that work first.
(May-21-2019, 11:09 PM)Truman Wrote: Also wondering should I use scrapy at all. This stuff can be done with requests and bs4 in less lines.
The user case can be very different,Scrapy is the fully fledged Spider library.
Which mean that it eg can follow a start_url and extract data from eg 10 to millions of pages.
start_urls = ['http://alibaba.com/']
alibaba has a lot of product pages,can eg use Srapy to find product and price of product of choice.
It will start and go trough 1000's of pages,and can save data get back in json,csv...ect
Writing the same code with Requests and BS would be a lot of work.
Reply


Messages In This Thread
A problem with installing scrapy - by Truman - May-21-2019, 12:57 AM
RE: A problem with installing scrapy - by snippsat - May-21-2019, 05:10 AM
RE: A problem with installing scrapy - by heiner55 - May-21-2019, 05:11 AM
RE: A problem with installing scrapy - by Truman - May-21-2019, 01:42 PM
RE: A problem with installing scrapy - by snippsat - May-21-2019, 02:09 PM
RE: A problem with installing scrapy - by Truman - May-21-2019, 10:08 PM
RE: A problem with installing scrapy - by snippsat - May-21-2019, 10:43 PM
RE: A problem with installing scrapy - by Truman - May-21-2019, 11:09 PM
RE: A problem with installing scrapy - by snippsat - May-22-2019, 10:16 PM
RE: A problem with installing scrapy - by Truman - May-23-2019, 11:46 PM
RE: A problem with installing scrapy - by Truman - May-24-2019, 11:41 PM
RE: A problem with installing scrapy - by snippsat - May-25-2019, 07:28 AM
RE: A problem with installing scrapy - by Truman - May-25-2019, 11:25 PM
RE: A problem with installing scrapy - by heiner55 - May-29-2019, 02:49 AM
RE: A problem with installing scrapy - by Truman - May-29-2019, 10:34 PM
RE: A problem with installing scrapy - by heiner55 - May-30-2019, 03:52 AM
RE: A problem with installing scrapy - by bishwasbh - May-16-2020, 05:21 AM
RE: A problem with installing scrapy - by Truman - May-24-2020, 07:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Old problem back hunting me installing Blue Dog 4 3,502 Jun-02-2018, 09:49 AM
Last Post: Blue Dog
  Scrapy-cut: Advanced Cookiecutter Scrapy Templating scriptso 2 4,806 Feb-02-2017, 07:57 PM
Last Post: scriptso

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020