From feb8a7f57bdc95c1972b124be24bb29b2f86ab39 Mon Sep 17 00:00:00 2001 From: Julius Freudenberger Date: Mon, 1 May 2023 12:28:39 +0200 Subject: [PATCH] Add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d415c3 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# TripAdvisor Parser +Get reviews from attractions in TripAdvisor. +Requests all reviews in the currently selected language in TripAdvisor and exports them in a csv file. +To mitigate commas and quotation marks in the review texts, the columns in the csv are separated with `^`. + +## Usage +1. Create a file in the PWD named `urls.txt`. Place one URL per line. +2. Start the program. You do not need to pass parameters. +3. Find the csv files in the `export/` directory.