This project captures hotel prices from a given list of hotels in Taubaté, São Paulo at a specific time of the day and saves the results as a .csv file inside the data/ folder.
✅ Tracks multiple hotels in Taubaté, SP
✅ Automated data collection at a given time
✅ Saves results in .csv format for easy analysis
✅ Runs in a Python environment with minimal dependencies
To ensure dependencies are properly managed, create a virtual environment following the instructions in https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html
- Open
main.pyin your IDE or terminal. - Run the script:
- In PyCharm: Right-click
collect_rates.pyand select Run. - In Terminal:
python collect_rates.py
- In PyCharm: Right-click
- After execution, the CSV files will be saved inside the
data/folder. - The filename follows the format:
data/YYYY-MM-DD_HH-MM-SS/booking_hotel_prices_taubate.csv - Example:
data/2025-03-11_14:30:00_booking_hotel_prices_taubate.csv