Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Crawl an online store
Post: RE: Crawl an online store

I tried something and here is my code: import scrapy class QuoteSpider(scrapy.Spider): name = 'quotes' start_urls = { 'https://www.pharmastore.gr/' } def parse(self, re...
AndriannaTs Homework 2 3,623 Jan-16-2020, 06:32 PM
    Thread: Crawl an online store
Post: Crawl an online store

Hello, I am a begginner with scrapy framework. I have to scrap an online pharmacy store and to crawl only 3 products from each category. Some of categories have subcategories. Is there any material t...
AndriannaTs Homework 2 3,623 Jan-15-2020, 08:57 PM
    Thread: Problem with scrapy/python
Post: RE: Problem with scrapy/python

It works with start_urls. I really thank you for your time to answer me.
AndriannaTs Homework 2 1,999 Jan-12-2020, 04:16 PM
    Thread: Problem with scrapy/python
Post: Problem with scrapy/python

Hello. I am beginner with scrapy library. I am trying to run the following code: ]import scrapy class QuoteSpider(scrapy.Spider): name = 'quotes' start_url = { 'http://quotes.tos...
AndriannaTs Homework 2 1,999 Jan-11-2020, 05:12 PM

User Panel Messages

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