django-dynamic-scraper
django-dynamic-scraper copied to clipboard
Creating Scrapy scrapers via the Django admin interface
Bumps [celery](https://github.com/celery/celery) from 3.1.25 to 5.2.2. Release notes Sourced from celery's releases. 5.2.2 Release date: 2021-12-26 16:30 P.M UTC+2:00 Release by: Omer Katz Various documentation fixes. Fix CVE-2021-23727 (Stored Command...
I will use this thread to inform u for my tests with new Scrapy releases that DDS dont support atm. Keep in mind that i use a modified version of...
Hi I trying to build an app with django + django-dynamic-scraper and I have the error: ``` api_1 | Watching for file changes with StatReloader api_1 | Exception in thread...
There is a small typo in docs/advanced_topics.rst. Should read `periodic` rather than `peridoc`.
Hi, thanks for DDS I want to crawl items from a website and keep history of some fields (like price) I made a separate model and connect it to main...
I started using the django dynamic scraper for my personal project. I created my scrapers as I should and everything works when I run scrapy crawl in a terminal Now...
Hi everyone. I am working on a project in which I want multiple urls to be scrapped by the same scrapper. For example: Let's say I want to scrape social...
Hello Everyone. I am currently working on a project whose goal is to create scrapers in a dynamic way and then being able to process a huge amount of urls...
django 2
I'm developing a site with django 2. I'm updating DDS to work with django2 here https://github.com/andytwoods/django-dynamic-scraper Will pull request when I'm satisfied all works.