GithubHelp home page GithubHelp logo

hericlibong / books-to-scrape-prices-tracker Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 57 KB

Un outil Python automatisé pour suivre les prix des livres sur Books to Scrape, facilitant l'analyse concurrentielle pour Books Online

Python 100.00%

books-to-scrape-prices-tracker's Introduction

Books to Scrape - Price Tracker

Ce projet développe un système automatisé pour surveiller et enregistrer les prix des livres d'occasion sur Books to Scrape, une librairie en ligne. Utilisant Python et BeautifulSoup, le script extrait les détails des produits tels que le titre, le prix, la disponibilité, et l'image, pour chaque livre listé. Conçu pour aider Books Online à rester compétitif, ce tracker est un outil clé pour l'analyse de marché en temps réel.

Fonctionnalités

  • Extraction des informations de produits par catégorie.
  • Navigation automatique à travers la pagination.
  • Enregistrement des données dans des fichiers CSV par catégorie.
  • Téléchargement et sauvegarde des images des couvertures de livres.

Installation

Instructions pour configurer l'environnement, installer les dépendances, et exécuter le script.

Prérequis

  • Python 3.9+
  • BeautifulSoup4
  • Requests

Configuration de l'environnement à partir du terminal

  1. Clonez le dépôt GitHub :
git clone https://github.com/hericlibong/Books-to-scrape-prices-tracker.git
  1. Allez dans dossier du projet
cd Books-to-scrape-prices-tracker
  1. Installez un environnement virtuel :
python -m venv venv
  1. Activez l'environnement virtuel :
  • Sur Windows :
    venv\Scripts\activate
    
  • Sur MacOS/Linux :
    source venv/bin/activate
    
  1. Installez les dépendances :
pip install -r requirements.txt

Utilisation

Détails sur comment lancer le script pour récupérer les données.

  1. Aller dans le dossier du scraper :
cd BOOKS-TO-SCRAPE

Pour lancer le script, exécutez dans le terminal :

python main.py

Pour toute question ou suggestion, n'hésitez pas à ouvrir un issue dans le dépôt GitHub.

books-to-scrape-prices-tracker's People

Contributors

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