Scrapy MongoDB Django integrated API that scrapes popular e-commerce sites (10+) from Bangladesh.
Added some extra functionalities for the API, ex-custom price, and product tag filter
The project is no longer maintained.
Django==3.1.7
django-cors-headers==3.7.0
django-filter==2.4.0
django-heroku==0.3.1
djangorestframework==3.12.2
djongo==1.3.4
Scrapy==2.4.1
scrapy-djangoitem==1.1.1
pymongo==3.11.3
MongoDB Atlas is not a good option for djongo or remote web scraping, because djongo is just a connector for the underlying relational mapper with Django which causes additional delay, hence bad performance for remote scraping with Atlas. Also, you might run into lots of unintentional issues like - 'list' object has no attribute '_meta' while checking the product details view in the admin panel (ArrayReferenceField
class (Category
model)).