Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 896 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 896 Bytes

PyCrawlerPrices 🕷️🐍

This is a Crawler made to complement the original Project PreciosParaguay

Functionality⚙️

It is made in Python using mainly the scrapy library and Scrapeops services. Currently only data is retrieved from these pages.

How to use it 💻

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