Giter Site home page Giter Site logo

dips-scraping's Introduction

dips-scraping

Description

This project is aimed at scraping data from the DIPS website.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/dips-scraping.git
  2. Navigate to the project directory:

    cd dips-scraping
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Run the main script:

    python main.py
  2. The scraped data will be saved in the data directory.

Contributing

Contributions are welcome! Please follow the guidelines in the CONTRIBUTING.md file.

License

This project is licensed under the MIT License.

Docker Compose

To spin up a test database using Docker Compose, follow these steps:

  1. Make sure you have Docker and Docker Compose installed on your machine.

  2. Create a docker-compose.yml file in the root directory of your project with the following content:

    version: '3'
    services:
      db:
         image: postgres
         environment:
            POSTGRES_USER: your_username
            POSTGRES_PASSWORD: your_password
            POSTGRES_DB: your_database
         ports:
            - 5432:5432
  3. Open a terminal and navigate to the root directory of your project.

  4. Run the following command to start the test database:

    docker-compose up -d

    This will start a PostgreSQL database container with the specified credentials and expose port 5432.

  5. You can now connect to the test database using the following connection details:

    • Host: localhost
    • Port: 5432
    • Username: your_username
    • Password: your_password
    • Database: your_database

Directory Structure

Here is an example directory structure for your project:

dips-scraping's People

Contributors

niccolosalvini 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.