Skip to content

Simple product crawler that gets name and url for all products on a webpage

License

Notifications You must be signed in to change notification settings

anitavincent/simple_crawler

Repository files navigation

simple_crawler

Simple product crawler that gets name and url for all products on a webpage

To run, install all requirements with:

pip install -r requirements.txt

Then, run:

make run

The results will be stored on /data/products.csv, there will be a log on /data/log.

If the execution is interrupted, run it again and it will pick up where it left off.

Docker

You must have docker and docker-compose installed

to start container:

make docker

About

Simple product crawler that gets name and url for all products on a webpage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published