56 lines
1.5 KiB
Markdown
56 lines
1.5 KiB
Markdown
|
# Brittany Ferries price and availability checker
|
||
|
|
||
|
This tool allows you to check the prices and availability of Brittany Ferries for various routes. You can specify the departure and arrival ports, travel dates, and other options to get accurate pricing information.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
### Prerequisites
|
||
|
|
||
|
Before using this tool, make sure you have the following Python modules installed:
|
||
|
|
||
|
- flask
|
||
|
- sqlalchemy
|
||
|
- lxml
|
||
|
- jinja2
|
||
|
|
||
|
You can install these modules using pip:
|
||
|
|
||
|
```bash
|
||
|
pip install flask sqlalchemy lxml jinja2
|
||
|
```
|
||
|
|
||
|
### Running the Tool
|
||
|
|
||
|
1. Clone this repository or download the files to your local machine.
|
||
|
|
||
|
2. Make sure you have Python 3 installed.
|
||
|
|
||
|
3. Open a terminal and navigate to the directory where you saved the files.
|
||
|
|
||
|
4. Run the `main.py` script:
|
||
|
|
||
|
```bash
|
||
|
python main.py
|
||
|
```
|
||
|
|
||
|
5. Open your web browser and visit `http://localhost:5000` to access the tool.
|
||
|
|
||
|
## Features
|
||
|
|
||
|
- Check prices and availability for various ferry routes to France.
|
||
|
- Specify the number of adults, small dogs, and other options for accurate pricing.
|
||
|
- View cabin accommodations and details.
|
||
|
- See the duration of each crossing.
|
||
|
|
||
|
## Configuration
|
||
|
|
||
|
You can configure the tool by editing the `config.ini` file in the `~edward/config/brittany-ferries/` directory. Make sure to provide accurate details for your vehicle and travel preferences.
|
||
|
|
||
|
## License
|
||
|
|
||
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||
|
|
||
|
## Contact
|
||
|
|
||
|
If you encounter any issues or have questions about this tool, you can contact the developer, Edward Betts, at `edward@4angle.com`.
|