Skip to content

Python script that allows you to scrape the hotels listed on the site classement.atout-france.fr

License

Notifications You must be signed in to change notification settings

SamAmann/scraping-classement-atout-france

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping Hotels from classement.atout-france.fr

This tutorial guides you through using a Python script to scrape hotel information listed on the website classement.atout-france.fr.

Prerequisites

Before you begin, ensure that you have Python 3 installed on your computer. You can download Python from the official website: Python Downloads

Getting Started

  1. Open a terminal or command prompt.

  2. If you want to clone the repository to a specific location, create a folder (replace ~/your/path/repos with your desired path):

    mkdir ~/your/path/repos
  3. Navigate to the folder

    cd ~/your/path/repos
  4. Clone the repository containing the script

    git clone https://github.com/SamAmann/scraping-classement-atout-france.git
  5. Navigate into the cloned folder

    cd ./scraping-classement-atout-france
  6. Install the required Python packages by running

    pip install -r requirements.txt

Running the script

python atout_france.py

Thank you note

A massive thanks to Antoine Paix for the inspiration script.

About

Python script that allows you to scrape the hotels listed on the site classement.atout-france.fr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%