Coder Social home page Coder Social logo

data-scrapper's Introduction

Code style: black

The task is to collect data from three resources:

  1. oriencoop.cl
  2. som1.ru
  3. naturasiberica.ru

Resulted scripts for parsing:

  1. Script 1
  2. Script 2
  3. Script 3

Resulted data is here:

Usage

This package allows you to parse data from all links provided above

  1. Clone this repository to your machine.
  2. Make sure Python 3.9 and Pipenv (requirements.txt also provided) are installed on your machine.
  3. Install the project dependencies (run of the following commands in a terminal, from the root of a cloned repository):
pipenv install / pipenv install --dev #to install with dev-packages (black, isort)

or if you have Make util

make venv / make venv-dev #to install with dev-packages (black, isort)
  1. Run script with one of the following commands:
pipenv run python src/script1.py #or script2.py/script3.py 
make parse1 #parse2/parse3
make parse-all #to parse all resources sequentially

The data in JSON format will be saved to the folder data in root directory

  1. Also CSV format supported. Just add the option -o csv:
pipenv run python src/script1.py -o csv #or script2.py -o csv/script3.py -o csv
make parse1-csv #parse2-csv/parse3-csv
make parse-all-csv #to parse all resources sequentially

The data in CSV format will be saved to the folder data in root directory

  1. If you installed dev dependencies you also can automatically format code with one of the following commands:
make format #run black and isort sequentially

or

pipenv run [black/isort]

data-scrapper's People

Contributors

swankyalex avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.