This is a Crawler made to complement the original Project PreciosParaguay
It is made in Python using mainly the scrapy library and Scrapeops services. Currently only data is retrieved from these pages.
- Nissei
- Pulso Gamer
- Visuar
- The plan is to increase the list.
if you want to try it follow this
- Git clone the repo
- Install the Libraries with Pip
- Get sure your mongoDB service is runing
- open the folder PreciosPyCrawler/preciospy/preciospy
- Run
python python run_spiders.py
- You're Ready!
For more information i recommend the course from freeCodeCamp